[flake8]
max-line-length = 88
ignore = E203, E241, E501, W503, F811, W601
exclude =
    .git,
    __pycache__
    .history
    tests/demo_project
