Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit bf47ca6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.9.3](astral-sh/ruff-pre-commit@v0.8.0...v0.9.3)
1 parent d38a518 commit bf47ca6

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
@@ -20,12 +20,12 @@ repos:
2020
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.3.0
23+
rev: v2.4.0
2424
hooks:
2525
- id: codespell
2626
additional_dependencies: ["tomli"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.8.0
28+
rev: v0.9.3
2929
hooks:
3030
- id: ruff
3131
args: [--fix]

0 commit comments

Comments
 (0)