[flake8]
max_line_length = 120
exclude = [.git, __pycache__, .venv, build, dist, docs]
ignore = W503, E731, E203, E501
per-file-ignores = */__init__.py: F401
