summaryrefslogtreecommitdiffstats
path: root/.flake8
blob: cce460d3cc9b130a6f5796cbb0cad4478d1f397c (plain)
1
2
3
4
5
[flake8]
# TODO: cleanup flake8 issues with utils/test/*
exclude=.tox,inventory
max_line_length = 120
ignore = E501,T003