Skip to content

Commit 36f08c8

Browse files
Bump version of pre-commit hooks (#207)
Co-authored-by: christophfroehlich <[email protected]>
1 parent 7d8f745 commit 36f08c8

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
@@ -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]
@@ -132,7 +132,7 @@ repos:
132132
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133133

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

0 commit comments

Comments
 (0)