setup.cfg (
8
lines of code) (
raw
):
[pycodestyle] max_line_length = 120 ignore = E501 [flake8] # E203 is not PEP8 compliant. extend-ignore = E203 max-line-length = 120 max-complexity = 12 exclude = tests/venv/,tests/.venv/