[flake8]
ignore = W293
exclude = 
    .git,
    __pycache__,
    .venv,
    venv,
    tests,
    docs,
    build,
    dist,
    *.egg-info,
    .tox,
    .mypy_cache,
    .pytest_cache