[flake8]
ignore = E722,W503
exclude = .git,.pytest_cache,.tox,.venv,.idea,__pycache__,build,build,dist,docs,local
max-line-length = 79
