[flake8]
exclude = .git,__pycache__,__init__.py,.mypy_cache,.pytest_cache
max-complexity = 10
max-line-length = 120
