Skip to content

Commit 580c59a

Browse files
[pre-commit.ci] pre-commit autoupdate (#612)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](0.34.0...0.34.1) - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c57b690 commit 580c59a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.34.0
4+
rev: 0.34.1
55
hooks:
66
- id: check-dependabot
77
- id: check-github-workflows
@@ -40,11 +40,11 @@ repos:
4040
hooks:
4141
- id: slyp
4242
- repo: https://github.com/PyCQA/isort
43-
rev: 6.1.0
43+
rev: 7.0.0
4444
hooks:
4545
- id: isort
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.20.0
47+
rev: v3.21.0
4848
hooks:
4949
- id: pyupgrade
5050
args: ["--py39-plus"]

0 commit comments

Comments
 (0)