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