[flake8]
max-line-length = 100
ignore = E501,E704,E203
exclude =
    .git,
    __pycache__
    .history
    .venv
    venv
