[flake8]
ignore = E731,E402,F,W504
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max-complexity = 10
