diff --git a/setup.cfg b/setup.cfg index 04c33142..ed576e07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,13 +18,13 @@ replace = "version": "{new_version}", [flake8] ignore = D107,D401,D202,D203,E203,E402,E501,W503 max-line-length = 120 -exclude = docs,.tox +exclude = docs,.tox,build max-complexity = 10 inline-quotes = double [isort] line_length = 120 -skip = docs,.tox +skip = docs,.tox,build multi_line_output = 3 include_trailing_comma = True force_grid_wrap = 0