summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: f3dd4b61d682867c0ee95602c2667692d66ec614 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tool:pytest]
addopts = -q -n3

[pep8]
# E265 block comment should start with '# '
# E266 too many leading '#' for block comment
# E301 expected 1 blank line, found 0
# E401 multiple imports on one line
# The rest are the default ignored warnings.
ignore = E265,E266,E123,E133,E226,E241,E242,E301,E401
max-line-length = 100