Skip to content

Commit 1a4e19a

Browse files
authored
Bump version of pre-commit hooks (backport #1974) (#1976)
1 parent 5b1b0f9 commit 1a4e19a

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]
@@ -134,7 +134,7 @@ repos:
134134
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
135135

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

0 commit comments

Comments
 (0)