Skip to content

Commit 41d9e74

Browse files
Bump version of pre-commit hooks (#81)
Co-authored-by: christophfroehlich <[email protected]>
1 parent 9e0d1c3 commit 41d9e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636

3737
# Python hooks
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.16.0
39+
rev: v3.17.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py36-plus]
@@ -131,7 +131,7 @@ repos:
131131
exclude: CHANGELOG\.rst|\.(svg|pyc)$
132132

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

0 commit comments

Comments
 (0)