[flake8]
exclude =
    .git,
    __pycache__,
    docs/source/conf.py
max-line-length=120
