summaryrefslogtreecommitdiff
path: root/.flake8
blob: f5d6acc820173f8bccc4f1cf393d0f5335034d0f (plain)
1
2
3
4
5
6
7
8
[flake8]
extend-ignore = E203
exclude =
    .hypothesis,
    .pytest_cache,
    __pycache__,
    build,
    dist