[flake8]
ignore = E731, W503
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,.venv
max-complexity = 10
max-line-length = 88
