-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (28 loc) · 619 Bytes
/
setup.cfg
File metadata and controls
34 lines (28 loc) · 619 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
[bumpversion]
current_version = 1.3.0
commit = True
tag = True
tag_name = release/{new_version}
message = 🔖 Bump version: {current_version} → {new_version}
[wheel]
universal = 1
[bumpversion:file:./freshbooks/VERSION]
[flake8]
max-line-length = 119
max-complexity = 12
ignore =
W503,
[mypy]
warn_return_any = True
warn_unused_configs = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
check_untyped_defs = True
disallow_untyped_decorators = True
no_implicit_optional = True
strict_equality = True
warn_redundant_casts = True
[coverage:run]
branch = True
[coverage:report]
fail_under = 100