diff --git a/.flake8 b/.flake8 index 150c3834..2f6132bf 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] -ignore = E203,F401,F403 +ignore = E203,F401,F403, W503 max-line-length = 100 \ No newline at end of file