Skip to content

Commit 5cd14b5

Browse files
pre-commit-ci[bot]3coins
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.7.0](asottile/pyupgrade@v3.4.0...v3.7.0) - [github.com/sirosen/check-jsonschema: 0.23.1 → 0.23.2](python-jsonschema/check-jsonschema@0.23.1...0.23.2)
1 parent 6a4136f commit 5cd14b5

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
@@ -28,7 +28,7 @@ repos:
2828
files: \.py$
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.4.0
31+
rev: v3.7.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
@@ -46,7 +46,7 @@ repos:
4646
stages: [manual]
4747

4848
- repo: https://github.com/sirosen/check-jsonschema
49-
rev: 0.23.1
49+
rev: 0.23.2
5050
hooks:
5151
- id: check-jsonschema
5252
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)