Skip to content

Commit 6e29c5e

Browse files
[pre-commit.ci] pre-commit autoupdate (#863)
updates: - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4309f21 commit 6e29c5e

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
@@ -20,7 +20,7 @@ repos:
2020
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.4.0
23+
rev: v2.4.1
2424
hooks:
2525
- id: codespell
2626
additional_dependencies: ["tomli"]
@@ -29,7 +29,7 @@ repos:
2929
.*\.ipynb
3030
)$
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.9.3"
32+
rev: "v0.9.4"
3333
hooks:
3434
- id: ruff
3535
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)