Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: bdb061f6db07d4f549bab5c013c11f706f1f0d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[sdist]
owner=root
group=root

[nosetests]
with-doctest=true
doctest-extension=doctest
doctest-options=+IGNORE_EXCEPTION_DETAIL
with-coverage=true
cover-branches=true
cover-package=pskc,pskc2csv
cover-inclusive=true
cover-erase=true
cover-html=true
cover-html-dir=coverage
cover-min-percentage=100

[build_sphinx]
all_files = 1
builder = html man

[flake8]
ignore = D101,D102,D105,D107,D202,D205,D209,D400,N806
max-complexity = 14
max-line-length = 78