Skip to content

Commit d97448d

Browse files
authored
Bump version of pre-commit hooks (backport #439) (#440)
1 parent 49d06c4 commit d97448d

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
@@ -37,7 +37,7 @@ repos:
3737

3838
# Python hooks
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.20.0
40+
rev: v3.21.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py36-plus]
@@ -134,7 +134,7 @@ repos:
134134
exclude: CHANGELOG\.rst|\.(svg|pyc)$
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)