Skip to content

Commit 8350311

Browse files
[pre-commit.ci] pre-commit autoupdate (#532)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.34.0](python-jsonschema/check-jsonschema@0.33.2...0.34.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 64187da commit 8350311

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0 # must match pyproject.toml
3+
rev: v6.0.0 # must match pyproject.toml
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -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.1.0 # must match pyproject.toml
15+
rev: 25.9.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.0.1 # must match pyproject.toml
20+
rev: 6.1.0 # must match pyproject.toml
2121
hooks:
2222
- id: isort
2323
name: isort (python)
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: validate-pyproject
2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.33.2
29+
rev: 0.34.0
3030
hooks:
3131
- id: check-github-workflows
3232
- repo: https://github.com/rhysd/actionlint

0 commit comments

Comments
 (0)