Skip to content

Commit 1afae29

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.12.2](astral-sh/ruff-pre-commit@v0.0.291...v0.12.2) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [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.16.1](pre-commit/mirrors-mypy@v1.5.1...v1.16.1)
1 parent 067fe82 commit 1afae29

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: "v5.0.0"
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -15,19 +15,19 @@ repos:
1515
- id: mixed-line-ending
1616
- id: trailing-whitespace
1717

18-
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: "v0.0.291"
18+
- repo: https://github.com/astral-sh/ruff-pre-commit
19+
rev: "v0.12.2"
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
2323

2424
- repo: https://github.com/psf/black
25-
rev: "23.9.1"
25+
rev: "25.1.0"
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/pre-commit/mirrors-prettier
30-
rev: "v3.0.3"
30+
rev: "v4.0.0-alpha.8"
3131
hooks:
3232
- id: prettier
3333

@@ -46,12 +46,12 @@ repos:
4646
additional_dependencies: ["rstcheck[sphinx,toml]"]
4747

4848
- repo: https://github.com/codespell-project/codespell
49-
rev: "v2.2.5"
49+
rev: "v2.4.1"
5050
hooks:
5151
- id: codespell
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: "v1.5.1"
54+
rev: "v1.16.1"
5555
hooks:
5656
- id: mypy
5757
exclude: (tests/)

0 commit comments

Comments
 (0)