[flake8]
max-line-length = 160
exclude =
    .git,
    .venv,
    .tox,
    .idea,
    venv,
    docs/ext
