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

[pep8]
max-line-length = 120
exclude = */contrib/*
ignore = E251

[pytest]
testpaths = test
addopts = --timeout 30 -s