Skip to content

Commit 2c78c2f

Browse files
[pre-commit.ci] pre-commit autoupdate (#981)
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/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.4...v0.12.9) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 35cfac3 commit 2c78c2f

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: debug-statements
99
- id: trailing-whitespace
@@ -14,13 +14,13 @@ repos:
1414
- id: check-added-large-files
1515
exclude: pixi.lock
1616
- repo: https://github.com/python-jsonschema/check-jsonschema
17-
rev: 0.33.2
17+
rev: 0.33.3
1818
hooks:
1919
- id: check-github-workflows
2020
args: ["--verbose"]
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.12.4
23+
rev: v0.12.9
2424
hooks:
2525
- id: ruff
2626
args: ["--fix", "--output-format=full"]
@@ -34,7 +34,7 @@ repos:
3434
files: ^docs/.*\.ipynb$
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.17.0
37+
rev: v1.17.1
3838
hooks:
3939
- id: mypy
4040
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)