Skip to content

Commit 14150ec

Browse files
[pre-commit.ci] pre-commit autoupdate (#525)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](0.31.0...0.31.1) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e6f3ca4 commit 14150ec

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.31.0
4+
rev: 0.31.1
55
hooks:
66
- id: check-dependabot
77
- id: check-github-workflows
@@ -24,7 +24,7 @@ repos:
2424
- id: check-merge-conflict
2525
- id: trailing-whitespace
2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 24.10.0
27+
rev: 25.1.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/PyCQA/flake8
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: slyp
4242
- repo: https://github.com/PyCQA/isort
43-
rev: 5.13.2
43+
rev: 6.0.0
4444
hooks:
4545
- id: isort
4646
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)