[pycodestyle]
max-line-length = 100
ignore = E203, W503, W293
exclude = 
    .git,
    __pycache__,
    build,
    dist,
    .venv,
    .env,
    htmlcov,
    test_output
