diff --git a/.flake8 b/.flake8 index 61d90815..4551085d 100644 --- a/.flake8 +++ b/.flake8 @@ -1,2 +1,3 @@ [flake8] +ignore = W503, E203 max-line-length = 99