summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 40eab0a723212f1d1f819d8da6f29ed7e5cd0058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[bdist_wheel]
universal = 1

[tool:pytest]
addopts = --capture=sys
          --showlocals
          --doctest-modules
          --doctest-ignore-import-errors
          --ignore=setup.py
          --ignore=litecli/magic.py
          --ignore=litecli/packages/parseutils.py
          --ignore=test/features

[pep8]
rev = master
docformatter = True
diff = True
error-status = True