[flake8]
extend-exclude = .venv* jupyter/ notebooks/ test.py
extend-ignore = E266
per-file-ignores =
    **/__init__.py:F401
    tests/**/test_*.py:F811
max-line-length = 120
max-complexity = 10
