forked from tsvi/py-libhdate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
58 lines (49 loc) · 727 Bytes
/
setup.cfg
File metadata and controls
58 lines (49 loc) · 727 Bytes
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
46
47
48
49
50
51
52
53
54
55
56
57
58
[bumpversion]
current_version = 0.9.7
commit = True
tag = True
[bumpversion:file:setup.py]
[bdist_wheel]
universal = 1
[coverage:paths]
source =
hdate
*/site-packages/hdate
[coverage:run]
branch = True
source =
hdate
tests
parallel = True
[coverage:report]
show_missing = True
precision = 2
[tool:pytest]
norecursedirs =
.git
.tox
.env
dist
build
python_files =
test_*.py
*_test.py
tests.py
addopts =
-rxEfsw
--strict
--doctest-modules
--doctest-glob=\*.rst
[isort]
known_third_party = pytest
known_first_party = hdate
not_skip = __init__.py
line_length = 88
use_parentheses = True
include_trailing_comma = True
multi_line_output = 3
[flake8]
max-line-length = 88
[pylint]
disable =
bad-continuation,