Skip to content

Commit a9b3831

Browse files
[pre-commit.ci] pre-commit autoupdate (#2456)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.2...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bc69999 commit a9b3831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repos:
5656
)
5757
- id: mixed-line-ending
5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.9.2
59+
rev: v0.9.4
6060
hooks:
6161
- id: ruff-format
6262
- id: ruff
@@ -67,6 +67,6 @@ repos:
6767
entry: mypy maturin/
6868
pass_filenames: false
6969
- repo: https://github.com/codespell-project/codespell
70-
rev: v2.3.0
70+
rev: v2.4.1
7171
hooks:
7272
- id: codespell

0 commit comments

Comments
 (0)