Skip to content

Commit ef7b53f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.4.4...v0.6.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 0d25973 commit ef7b53f

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.6.5
2929
hooks:
3030
- id: ruff
3131
- id: ruff-format
@@ -43,7 +43,7 @@ repos:
4343
]
4444
args: [--wrap, "88"]
4545
- repo: https://github.com/codespell-project/codespell
46-
rev: v2.2.6
46+
rev: v2.3.0
4747
hooks:
4848
- id: codespell
4949
- repo: meta

0 commit comments

Comments
 (0)