aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 4cafebb7833157a09efe5c6ec55ed91c6c10cc6e (plain)
1
2
3
4
5
6
7
8
9
10
11
[flake8]
max-line-length = 80
max-complexity = 15

[pep8]
max-line-length = 80
exclude = */contrib/*
ignore = E251,E309

[pytest]
testpaths = test