[flake8] exclude = .git, __pycache__, env, .venv max-line-length = 88 max-complexity = 18 extend-ignore = E203, E266, E501, W503