Skip to content

Commit 9c3cf93

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.13.3](astral-sh/ruff-pre-commit@v0.9.1...v0.13.3) - [github.com/biomejs/pre-commit: v0.6.1 → v2.2.5](biomejs/pre-commit@v0.6.1...v2.2.5) - [github.com/codespell-project/codespell: v2.2.5 → v2.4.1](codespell-project/codespell@v2.2.5...v2.4.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.18.2](pre-commit/mirrors-mypy@v1.5.1...v1.18.2)
1 parent bb39c7c commit 9c3cf93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: "3.12"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: "v4.4.0"
5+
rev: "v6.0.0"
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -16,14 +16,14 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.9.1"
19+
rev: "v0.13.3"
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
2323
- id: ruff-format
2424

2525
- repo: https://github.com/biomejs/pre-commit
26-
rev: "v0.6.1"
26+
rev: "v2.2.5"
2727
hooks:
2828
- id: biome-format
2929
additional_dependencies: ["@biomejs/biome@2.1.1"]
@@ -37,12 +37,12 @@ repos:
3737
additional_dependencies: ["rstcheck[sphinx,toml]"]
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: "v2.2.5"
40+
rev: "v2.4.1"
4141
hooks:
4242
- id: codespell
4343

4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: "v1.5.1"
45+
rev: "v1.18.2"
4646
hooks:
4747
- id: mypy
4848
exclude: (tests/)

0 commit comments

Comments
 (0)