-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (51 loc) · 971 Bytes
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
[bumpversion]
current_version = 2.2.1
commit = True
tag = True
tag_name = {new_version}
[bumpversion:file:geoimagenet_ml/__meta__.py]
search = {current_version}
replace = {new_version}
[bumpversion:file:HISTORY.rst]
search =
Unreleased
---------------------
replace =
Unreleased
---------------------
{new_version} ({now:%%Y-%%m-%%d})
---------------------
[flake8]
max-line-length = 120
exclude = */migrations/*
[tool:pytest]
testpaths = tests
norecursedirs =
migrations
markers =
online
python_files =
test_*.py
*_test.py
tests.py
addopts =
-ra
--strict
--doctest-modules
--doctest-glob=\*.rst
--tb=short
[isort]
force_single_line = True
line_length = 140
known_first_party = thelper
default_section = THIRDPARTY
forced_separate = test_thelper
not_skip = __init__.py
skip = migrations
[check-manifest]
ignore =
docs/build
docs/build/*
docs/geoimagenet_ml/modules.rst
docs/geoimagenet_ml/thelper.*.rst
docs/geoimagenet_ml/thelper.rst