summaryrefslogtreecommitdiff
path: root/.flake8
blob: 5f68dc3c87e00474ffcbe1508e5df0a41b7ee990 (plain)
1
2
3
4
5
6
[flake8]
# E501: line length
# E302: blank lines
# E127: continuation indent
ignore = E501,E302,E127
exclude = .git,venv