[flake8]
select = E9, F63, F7, F82
show-source = true
statistics = true
max-line-length = 127
max-complexity = 10
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
