chore: reorganize setup.cfg
This commit is contained in:
parent
a28601751e
commit
ca24422ab0
13
.bumpversion.cfg
Normal file
13
.bumpversion.cfg
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[bumpversion]
|
||||||
|
current_version = 0.7.1
|
||||||
|
commit = True
|
||||||
|
tag = True
|
||||||
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
||||||
|
serialize = {major}.{minor}.{patch}
|
||||||
|
message = build: bump version {current_version} → {new_version}
|
||||||
|
|
||||||
|
[bumpversion:file:setup.py]
|
||||||
|
|
||||||
|
[bumpversion:file:./prototorch/__init__.py]
|
||||||
|
|
||||||
|
[bumpversion:file:./docs/source/conf.py]
|
15
setup.cfg
15
setup.cfg
@ -4,6 +4,7 @@ disable =
|
|||||||
too-few-public-methods,
|
too-few-public-methods,
|
||||||
fixme,
|
fixme,
|
||||||
|
|
||||||
|
|
||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
max-line-length = 79
|
max-line-length = 79
|
||||||
|
|
||||||
@ -13,17 +14,3 @@ include_trailing_comma = True
|
|||||||
force_grid_wrap = 3
|
force_grid_wrap = 3
|
||||||
use_parentheses = True
|
use_parentheses = True
|
||||||
line_length = 79
|
line_length = 79
|
||||||
|
|
||||||
[bumpversion]
|
|
||||||
current_version = 0.7.1
|
|
||||||
commit = True
|
|
||||||
tag = True
|
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
|
||||||
serialize = {major}.{minor}.{patch}
|
|
||||||
message = build: bump version {current_version} → {new_version}
|
|
||||||
|
|
||||||
[bumpversion:file:setup.py]
|
|
||||||
|
|
||||||
[bumpversion:file:./prototorch/__init__.py]
|
|
||||||
|
|
||||||
[bumpversion:file:./docs/source/conf.py]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user