setup.cfg 247 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 [flake8] exclude = .git,build,__pycache__ max-complexity = 10 max-line-length = 120 ignore = W504, # W504 line break after binary operator S001, # S001 found module formatter E226, # E226 missing whitespace around operator