[flake8]
select = E901, B, F401
extend-ignore = E203, W503
max-line-length = 89
exclude =
    .git,
    __pycache__,
    docs/source/conf.py,
    build,
    dist
max-complexity = 10
