diff --git a/.flake8 b/.flake8 index 3cd649d..1ccce02 100644 --- a/.flake8 +++ b/.flake8 @@ -1,8 +1,9 @@ [flake8] -max-line-length = 121 -exclude = +ignore = E203,E266,E501,W503 +max-line-length = 80 +max-complexity = 18 +select = B,C,E,F,W,T4,B9 +exclude = migrations, - south_migrations, pinry/settings/, core/tests/, -