forked from nordic-institute/X-Road-Security-Server-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
32 lines (26 loc) · 833 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
[bumpversion]
current_version = 4.0.0-final.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}.{build}
{major}.{minor}.{patch}
[MASTER]
ignore = rest,models,resources,api,api_client,configuration
disable = missing-module-docstring,missing-class-docstring,missing-function-docstring,misplaced-comparison-constant,too-few-public-methods,unnecessary-lambda,fixme,import-error
max-line-length = 160
[SIMILARITIES]
ignore-imports = yes
[DESIGN]
max-parents = 10
[bumpversion:part:release]
optional_value = final
first_value = beta
values =
beta
final
[bumpversion:part:build]
[bumpversion:file:xrdsst/core/version.py]
search = CURRENT_VERSION = "{current_version}"
replace = CURRENT_VERSION = "{new_version}"