File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ pre-commit hook
87
87
88
88
repos :
89
89
- repo : https://github.com/python-openapi/openapi-spec-validator
90
- rev : 0.5.5 # The version to use or 'master' for latest
90
+ rev : 0.7.2 # The version to use or 'master' for latest
91
91
hooks :
92
92
- id : openapi-spec-validator
93
93
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A full .pre-commit-config.yaml example you can use in your repository:
16
16
17
17
repos :
18
18
- repo : https://github.com/python-openapi/openapi-spec-validator
19
- rev : 0.5.5 # The version to use or 'master' for latest
19
+ rev : 0.7.2 # The version to use or 'master' for latest
20
20
hooks :
21
21
- id : openapi-spec-validator
22
22
Original file line number Diff line number Diff line change 77
77
78
78
repos :
79
79
- repo : https://github.com/python-openapi/openapi-spec-validator
80
- rev : 0.5.5 # The version to use or 'master' for latest
80
+ rev : 0.7.2 # The version to use or 'master' for latest
81
81
hooks :
82
82
- id : openapi-spec-validator
83
83
Original file line number Diff line number Diff line change @@ -123,12 +123,21 @@ regex = '''
123
123
(?P<prerelease>[a-z]+\d+)?
124
124
'''
125
125
126
+ [[tool .tbump .file ]]
127
+ src = " docs/index.rst"
128
+
129
+ [[tool .tbump .file ]]
130
+ src = " docs/hook.rst"
131
+
126
132
[[tool .tbump .file ]]
127
133
src = " openapi_spec_validator/__init__.py"
128
134
129
135
[[tool .tbump .file ]]
130
136
src = " Dockerfile"
131
137
138
+ [[tool .tbump .file ]]
139
+ src = " README.rst"
140
+
132
141
[[tool .tbump .file ]]
133
142
src = " pyproject.toml"
134
143
search = ' version = "{current_version}"'
You can’t perform that action at this time.
0 commit comments