diff --git a/.flake8 b/.flake8 index c826cfb..3962e92 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] -ignore = W191, E501 +ignore = W191, E501, W503 max-line-length = 120