Skip to content

Commit 5c2bae4

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.11.4](astral-sh/ruff-pre-commit@v0.9.7...v0.11.4) - [github.com/psf/black: 23.1.0 → 25.1.0](psf/black@23.1.0...25.1.0) - [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 1670627 commit 5c2bae4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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,14 +15,14 @@ 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.11.4"
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

@@ -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)