Skip to content

Commit 8d9879c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.7](astral-sh/ruff-pre-commit@v0.8.4...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 23f6936 commit 8d9879c

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
@@ -24,7 +24,7 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.8.4
27+
rev: v0.9.7
2828
hooks:
2929
- id: ruff
3030
args: ["--fix", "--show-fixes"]
@@ -37,7 +37,7 @@ repos:
3737
types_or: [scss, javascript]
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.3.0
40+
rev: v2.4.1
4141
hooks:
4242
- id: codespell
4343
exclude: >

0 commit comments

Comments
 (0)