Skip to content

Commit 3a9475c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](python-jsonschema/check-jsonschema@0.34.0...0.36.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.10](rhysd/actionlint@v1.7.7...v1.7.10)
1 parent 8350311 commit 3a9475c

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
@@ -12,12 +12,12 @@ repos:
1212
- id: name-tests-test
1313
args: [--pytest-test-first]
1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 25.9.0 # must match pyproject.toml
15+
rev: 25.12.0 # must match pyproject.toml
1616
hooks:
1717
- id: black
1818
language_version: python3.9
1919
- repo: https://github.com/pycqa/isort
20-
rev: 6.1.0 # must match pyproject.toml
20+
rev: 7.0.0 # must match pyproject.toml
2121
hooks:
2222
- id: isort
2323
name: isort (python)
@@ -26,11 +26,11 @@ repos:
2626
hooks:
2727
- id: validate-pyproject
2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.34.0
29+
rev: 0.36.0
3030
hooks:
3131
- id: check-github-workflows
3232
- repo: https://github.com/rhysd/actionlint
33-
rev: v1.7.7
33+
rev: v1.7.10
3434
hooks:
3535
- id: actionlint
3636

0 commit comments

Comments
 (0)