Skip to content

Commit f8cac51

Browse files
[pre-commit.ci] pre-commit autoupdate (#2039)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a2a491d commit f8cac51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
1919
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.31.0
20+
rev: 0.31.1
2121
hooks:
2222
- id: check-dependabot
2323
- id: check-github-workflows
@@ -27,7 +27,7 @@ repos:
2727
- id: check-readthedocs
2828
files: readthedocs.yml
2929
- repo: https://github.com/psf/black
30-
rev: 24.10.0
30+
rev: 25.1.0
3131
hooks:
3232
- id: black
3333
files: ^tools/(?!schemacode)
@@ -37,7 +37,7 @@ repos:
3737
files: tools/schemacode
3838
args: ["--config", "tools/schemacode/pyproject.toml", "--verbose"]
3939
- repo: https://github.com/pyCQA/isort
40-
rev: 5.13.2
40+
rev: 6.0.0
4141
hooks:
4242
- id: isort
4343
files: ^tools/(?!schemacode)
@@ -69,7 +69,7 @@ repos:
6969
- id: pretty-format-toml
7070
args: [--autofix, --indent, '4', --no-sort]
7171
- repo: https://github.com/codespell-project/codespell
72-
rev: v2.4.0
72+
rev: v2.4.1
7373
hooks:
7474
- id: codespell
7575
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]

0 commit comments

Comments
 (0)