File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ tag = True
55
66[bumpversion:file:pyproject.toml]
77
8+ search = version = " {current_version}"
9+ replace = version = " {new_version}"
10+
811[bumpversion:file:repo_helper.yml]
912
1013[bumpversion:file:__pkginfo__.py]
Original file line number Diff line number Diff line change 44exclude : ^$
55
66repos :
7+ - repo : https://github.com/repo-helper/pyproject-parser
8+ rev : v0.2.3
9+ hooks :
10+ - id : reformat-pyproject
11+
712 - repo : https://github.com/pre-commit/pre-commit-hooks
813 rev : v3.4.0
914 hooks :
6873 - id : forbid-crlf
6974
7075 - repo : https://github.com/repo-helper/formate
71- rev : v0.4.4
76+ rev : v0.4.5
7277 hooks :
7378 - id : formate
7479 exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ coverage_pyver_pragma
55.. start short_desc
66
77 .. documentation-summary ::
8+ :meta:
89
910.. end short_desc
1011
You can’t perform that action at this time.
0 commit comments