Skip to content

Commit 82c9700

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.5.6](astral-sh/ruff-pre-commit@v0.4.4...v0.5.6) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent fd38898 commit 82c9700

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.4
28+
rev: v0.5.6
2929
hooks:
3030
- id: ruff
3131
- id: ruff-format
@@ -42,7 +42,7 @@ repos:
4242
- mdformat-black
4343
args: [--wrap, "88"]
4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.2.6
45+
rev: v2.3.0
4646
hooks:
4747
- id: codespell
4848
- repo: meta

0 commit comments

Comments
 (0)