[flake8]
ignore = E302,E704
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,.venv,.nox
max-line-length = 88