Skip to content

Commit d12a587

Browse files
Bump version of pre-commit hooks (#537)
1 parent f5a3f2f commit d12a587

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.20.0
39+
rev: v3.21.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py36-plus]
@@ -136,7 +136,7 @@ repos:
136136
exclude: CHANGELOG\.rst|\.(svg|pyc)$
137137

138138
- repo: https://github.com/python-jsonschema/check-jsonschema
139-
rev: 0.34.0
139+
rev: 0.34.1
140140
hooks:
141141
- id: check-github-workflows
142142
args: ["--verbose"]

0 commit comments

Comments
 (0)