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