Skip to content

Commit 527d043

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) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.9.7...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.1.0 → 25.9.0](psf/black-pre-commit-mirror@23.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.9.0.2...v0.11.0.1) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.1](codespell-project/codespell@v2.2.4...v2.4.1)
1 parent bd3e6c9 commit 527d043

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.4.0"
5+
rev: "v6.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.9.7"
18+
- repo: https://github.com/astral-sh/ruff-pre-commit
19+
rev: "v0.13.3"
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
2323

24-
- repo: https://github.com/psf/black
25-
rev: "23.1.0"
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.15.0"
30+
rev: "v1.18.2"
3131
hooks:
3232
- id: mypy
3333
exclude: (setup.py|^tests|conftest.py)
@@ -41,12 +41,12 @@ repos:
4141
- pytest
4242

4343
- repo: https://github.com/shellcheck-py/shellcheck-py
44-
rev: "v0.9.0.2"
44+
rev: "v0.11.0.1"
4545
hooks:
4646
- id: shellcheck
4747

4848
- repo: https://github.com/codespell-project/codespell
49-
rev: "v2.2.4"
49+
rev: "v2.4.1"
5050
hooks:
5151
- id: codespell
5252
args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]

0 commit comments

Comments
 (0)