Skip to content

Commit c11483c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: 9260cbc9c84c06022993bfbcc42fdbf0305c5b8e → v5.0.0](pre-commit/pre-commit-hooks@9260cbc...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.12.0](astral-sh/ruff-pre-commit@v0.8.2...v0.12.0) - [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](rhysd/actionlint@v1.7.4...v1.7.7) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 5c26205 commit c11483c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "9260cbc9c84c06022993bfbcc42fdbf0305c5b8e"
3+
rev: "v5.0.0"
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.8.2"
18+
rev: "v0.12.0"
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
@@ -27,11 +27,11 @@ repos:
2727
- id: pretty-format-toml
2828
args: [--autofix]
2929
- repo: https://github.com/rhysd/actionlint
30-
rev: v1.7.4
30+
rev: v1.7.7
3131
hooks:
3232
- id: actionlint
3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.3.0
34+
rev: v2.4.1
3535
hooks:
3636
- id: codespell
3737
additional_dependencies:

0 commit comments

Comments
 (0)