Skip to content

Commit 3ccb9dd

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.9.7 → v0.12.2](astral-sh/ruff-pre-commit@v0.9.7...v0.12.2) - [github.com/psf/black: 23.1.0 → 25.1.0](psf/black@23.1.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.2...v0.10.0.1) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.1](codespell-project/codespell@v2.2.4...v2.4.1)
1 parent 78e27b9 commit 3ccb9dd

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.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.9.7"
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.1.0"
25+
rev: "25.1.0"
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: "v1.15.0"
30+
rev: "v1.16.1"
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.10.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)