[flake8]
max-line-length = 120
ignore = E203, W503, E501
exclude =
    .git
# Allow the use of assert in tests
per-file-ignores =
    tests/**.py: S101
