Skip to content

Commit 4ce94e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.1...v0.4.10) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 371344d commit 4ce94e5

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
@@ -25,7 +25,7 @@ repos:
2525
- id: python-use-type-annotations
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.4.1
28+
rev: v0.4.10
2929
hooks:
3030
- id: ruff
3131
- id: ruff-format
@@ -40,7 +40,7 @@ repos:
4040
args: [--wrap, "88"]
4141
files: (README\.md)
4242
- repo: https://github.com/codespell-project/codespell
43-
rev: v2.2.6
43+
rev: v2.3.0
4444
hooks:
4545
- id: codespell
4646
- repo: meta

0 commit comments

Comments
 (0)