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