diff --git a/setup.cfg b/setup.cfg index bc01b8d..aeb273e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -ignore = W293, # blank line contains whitespace +ignore = W293 max-line-length = 220 max-complexity = 10