diff --git a/setup.cfg b/setup.cfg index bd921f7..485a612 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,3 @@ [flake8] max-line-length = 150 -ignore = E731,E741 \ No newline at end of file +ignore = E731,E741,E402 \ No newline at end of file