[flake8]
ignore = E124,E128,E731,W504
max-line-length = 100
exclude = .venv/,build/
