aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
blob: b4d95b87455710e8ac9fb9c429e37145f8e5d041 (plain) (blame)
1
2
3
4
5
6
7
[flake8]
select = E901,E999,F821,F822,F823
count = True
max-complexity = 10
max-line-length = 120
show-source = True
statistics = True