Skip to content

Commit 08ede07

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.2...v0.15.5)
1 parent 2a3eb60 commit 08ede07

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
@@ -47,14 +47,14 @@ repos:
4747
- id: auto-walrus
4848

4949
- repo: https://github.com/codespell-project/codespell
50-
rev: v2.4.1
50+
rev: v2.4.2
5151
hooks:
5252
- id: codespell # See pyproject.toml for args
5353
additional_dependencies:
5454
- tomli
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.15.2
57+
rev: v0.15.5
5858
hooks:
5959
- id: ruff-check
6060
# - id: ruff-format

0 commit comments

Comments
 (0)