forked from iza-institute-of-labor-economics/gettsim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
45 lines (39 loc) · 1.12 KB
/
setup.cfg
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[bumpversion]
current_version = 0.4.1
[bumpversion:file:setup.py]
[bumpversion:file:docs/conf.py]
[bumpversion:file:gettsim/__init__.py]
[doc8]
max-line-length = 88
ignore = D002, D004
[flake8]
ignore =
D
E800
T000
W503
max-line-length = 88
per-file-ignores =
gettsim/tests/test_tax_transfer.py: E501
gettsim/tax_transfer.py: U100
gettsim/benefits/elterngeld.py: E501
gettsim/benefits/kinderzuschlag.py: U100
gettsim/taxes/zu_versteuerndes_eink.py: E501, U100
gettsim/benefits/wohngeld.py: U100
gettsim/renten_anspr.py: N806, U100
gettsim/benefits/unterhalt.py: E501
gettsim/functions.py: F401
warn-symbols =
pytest.mark.wip = Remove 'wip' mark for tests.
[tool:pytest]
addopts = --doctest-modules
filterwarnings =
ignore: .*XMLParser*:DeprecationWarning
ignore: .*'tree.iter()'*:PendingDeprecationWarning
ignore: .*Sorting*:FutureWarning
ignore: evaluating in Python space because the '\*' operator is not supported by
ignore: The TerminalReporter.writer attribute is
ignore: Repeated execution of the test suite
ignore: Using or importing the ABCs from 'collections'
markers =
wip: Test that are work-in-progress.