diff --git a/.flake8 b/.flake8 index c17fa29..e17089b 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] -ignore = E501, W503, E402 +ignore = E501, W503, E402, C901 max-line-length = 79 max-complexity = 18 select = B,C,E,F,W,T4,B9