diff --git a/setup.cfg b/setup.cfg index 5d42015c..5f26578f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ addopts = [flake8] count = True -ignore = E203,W503 +ignore = E203,W503,E704 max-complexity = 26 max-line-length = 127 show-source = True