Skip to content

Commit 4d6da57

Browse files
[pre-commit.ci] 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 c1a4719 commit 4d6da57

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
@@ -17,15 +17,15 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.8.6
20+
rev: v0.9.4
2121
hooks:
2222
- id: ruff
2323
args: [ --config=pyproject.toml ]
2424
- id: ruff-format
2525
args: [ --config=pyproject.toml ]
2626
- repo: https://github.com/codespell-project/codespell
2727
# Configuration for codespell is in pyproject.toml
28-
rev: v2.3.0
28+
rev: v2.4.1
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:

0 commit comments

Comments
 (0)