Skip to content

Commit 2cd0d47

Browse files
Bump version of pre-commit hooks (#1974)
1 parent 56c6fa0 commit 2cd0d47

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
@@ -38,7 +38,7 @@ repos:
3838

3939
# Python hooks
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.20.0
41+
rev: v3.21.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py36-plus]
@@ -138,7 +138,7 @@ repos:
138138
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
139139

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

0 commit comments

Comments
 (0)