[flake8]
ignore = E501,W503,D203
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,.eggs,.venv,.mypy_cache
max-complexity = 10
