summaryrefslogtreecommitdiffstats
path: root/.flake8
blob: 98ddeef20d20e45011deba5c081466d2df30abb5 (plain)
1
2
3
4
[flake8]
exclude=.tox,utils,inventory
max_line_length = 120
ignore = E501,T003