diff --git a/.flake8 b/.flake8 index e714a89c..16b18d0a 100644 --- a/.flake8 +++ b/.flake8 @@ -2,6 +2,8 @@ max-line-length = 120 max-complexity = 45 ignore = + C901, + # function is too complex E203, # missing whitespace around operator E225,