[flake8]
max-line-length = 132
exclude = 
    .git,
    __pycache__,
    .venv,
    .vscode,
    tests,
    *cache*
