Skip to content

Commit 4433d32

Browse files
pre-commit-ci[bot]jcristau
authored andcommitted
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent e5a2d89 commit 4433d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
exclude: template
1616
- id: check-added-large-files
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.8.6
18+
rev: v0.9.4
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
2626
- id: yamllint
2727
exclude: template
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.3.0
29+
rev: v2.4.1
3030
hooks:
3131
- id: codespell
3232
entry: codespell -I .codespell-ignore-words.txt

0 commit comments

Comments
 (0)