Skip to content

Commit 4210767

Browse files
Bump version of pre-commit hooks (#1649)
Co-authored-by: christophfroehlich <[email protected]>
1 parent 5cd1a43 commit 4210767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737

3838
# Python hooks
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.16.0
40+
rev: v3.17.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py36-plus]
@@ -133,7 +133,7 @@ repos:
133133
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
134134

135135
- repo: https://github.com/python-jsonschema/check-jsonschema
136-
rev: 0.28.6
136+
rev: 0.29.1
137137
hooks:
138138
- id: check-github-workflows
139139
args: ["--verbose"]

0 commit comments

Comments
 (0)