Skip to content

Commit b31e201

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.7](astral-sh/ruff-pre-commit@v0.6.9...v0.9.7) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent ffaa6dd commit b31e201

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
@@ -14,13 +14,13 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.6.9"
17+
rev: "v0.9.7"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --show-fixes]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/codespell-project/codespell
24-
rev: "v2.3.0"
24+
rev: "v2.4.1"
2525
hooks:
2626
- id: codespell

0 commit comments

Comments
 (0)