[flake8]
ignore = E731,E402,F,W503,E203
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,bin/tmp/*
max-complexity = 12
