Skip to content

Commit a9d68b1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1)
1 parent 2e219a3 commit a9d68b1

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
@@ -35,7 +35,7 @@ repos:
3535

3636
# Python hooks
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.16.0
38+
rev: v3.17.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py36-plus]
@@ -126,7 +126,7 @@ repos:
126126
exclude: CHANGELOG\.rst|\.(svg|pyc)$
127127

128128
- repo: https://github.com/python-jsonschema/check-jsonschema
129-
rev: 0.28.6
129+
rev: 0.29.1
130130
hooks:
131131
- id: check-github-workflows
132132
args: ["--verbose"]

0 commit comments

Comments
 (0)