
[flake8]
ignore = E203, E266, E501, W503
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4
exclude =
    # No need to traverse our git directory
    .git,
    # There's no value in checking cache directories
    __pycache__