Skip to content

Commit 2475aef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.8.4...v0.9.9) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 5533e63 commit 2475aef

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
@@ -23,14 +23,14 @@ repos:
2323
- id: sort-simple-yaml
2424
- id: trailing-whitespace
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.8.4'
26+
rev: 'v0.9.9'
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --exit-non-zero-on-fix, "--config=pyproject.toml"]
3030
- id: ruff-format
3131
args: ["--config=pyproject.toml"]
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.3.0
33+
rev: v2.4.1
3434
hooks:
3535
- id: codespell
3636
additional_dependencies: ["tomli"]

0 commit comments

Comments
 (0)