[flake8]
exclude = .venv,.git,__pycache__,db_data
max-line-length = 79
per-file-ignores = 
    tests/*.py:E402,scripts/*.py:E402
