Skip to content

Commit fff45c1

Browse files
[pre-commit.ci] pre-commit autoupdate
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/astral-sh/ruff-pre-commit: v0.11.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.11.4...v0.15.9) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.20.0](pre-commit/mirrors-mypy@v1.15.0...v1.20.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 7fcc544 commit fff45c1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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"
3+
rev: "v6.0.0"
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -13,26 +13,26 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.11.4"
16+
rev: "v0.15.9"
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
2020

21-
- repo: https://github.com/psf/black
22-
rev: "25.1.0"
21+
- repo: https://github.com/psf/black-pre-commit-mirror
22+
rev: "26.3.1"
2323
hooks:
2424
- id: black
2525

2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.15.0"
28+
rev: "v1.20.0"
2929
hooks:
3030
- id: mypy
3131
exclude: examples
3232

3333

3434
- repo: https://github.com/codespell-project/codespell
35-
rev: "v2.4.1"
35+
rev: "v2.4.2"
3636
hooks:
3737
- id: codespell
3838

0 commit comments

Comments
 (0)