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 @@ -18,6 +18,9 @@ replace = : str = "{new_version}"
18
18
19
19
[bumpversion:file:pyproject.toml]
20
20
21
+ search = version = " {current_version}"
22
+ replace = version = " {new_version}"
23
+
21
24
[bumpversion:file:setup.cfg]
22
25
search = version = {current_version}
23
26
replace = version = {new_version}
Original file line number Diff line number Diff line change 4
4
exclude : ^$
5
5
6
6
repos :
7
+ - repo : https://github.com/repo-helper/pyproject-parser
8
+ rev : v0.2.3
9
+ hooks :
10
+ - id : reformat-pyproject
11
+
7
12
- repo : https://github.com/pre-commit/pre-commit-hooks
8
13
rev : v3.4.0
9
14
hooks :
68
73
- id : forbid-crlf
69
74
70
75
- repo : https://github.com/repo-helper/formate
71
- rev : v0.4.4
76
+ rev : v0.4.5
72
77
hooks :
73
78
- id : formate
74
79
exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ domdf_python_tools
5
5
.. start short_desc
6
6
7
7
.. documentation-summary ::
8
+ :meta:
8
9
9
10
.. end short_desc
10
11
You can’t perform that action at this time.
0 commit comments