Skip to content

Commit eda1266

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.5.0...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.9.0](psf/black-pre-commit-mirror@24.4.2...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.18.2](pre-commit/mirrors-mypy@v1.10.1...v1.18.2) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 4061233 commit eda1266

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.10"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: "v4.6.0"
5+
rev: "v6.0.0"
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -16,18 +16,18 @@ repos:
1616
- id: trailing-whitespace
1717

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

24-
- repo: https://github.com/psf/black
25-
rev: "24.4.2"
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: "25.9.0"
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: "v1.10.1"
30+
rev: "v1.18.2"
3131
hooks:
3232
- id: mypy
3333
additional_dependencies: &mypy-deps
@@ -38,12 +38,12 @@ repos:
3838
- pytest
3939

4040
- repo: https://github.com/shellcheck-py/shellcheck-py
41-
rev: "v0.10.0.1"
41+
rev: "v0.11.0.1"
4242
hooks:
4343
- id: shellcheck
4444

4545
- repo: https://github.com/codespell-project/codespell
46-
rev: "v2.3.0"
46+
rev: "v2.4.1"
4747
hooks:
4848
- id: codespell
4949

0 commit comments

Comments
 (0)