Skip to content

Commit 3258975

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](0.26.3...0.27.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.14.0](asottile/pyupgrade@v3.13.0...v3.14.0)
1 parent d1db3d0 commit 3258975

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
@@ -1,7 +1,7 @@
11
repos:
22
# dogfood
33
- repo: https://github.com/python-jsonschema/check-jsonschema
4-
rev: 0.26.3
4+
rev: 0.27.0
55
hooks:
66
- id: check-dependabot
77
- id: check-github-workflows
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: isort
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.13.0
35+
rev: v3.14.0
3636
hooks:
3737
- id: pyupgrade
3838
args: ["--py37-plus"]

0 commit comments

Comments
 (0)