Skip to content

Commit 81acf83

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.5.6](astral-sh/ruff-pre-commit@v0.4.1...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 90536cf commit 81acf83

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
@@ -26,7 +26,7 @@ repos:
2626
- id: python-use-type-annotations
2727
- id: text-unicode-replacement-char
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.4.1
29+
rev: v0.5.6
3030
hooks:
3131
- id: ruff
3232
- id: ruff-format
@@ -44,7 +44,7 @@ repos:
4444
]
4545
args: [--wrap, "88"]
4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.2.6
47+
rev: v2.3.0
4848
hooks:
4949
- id: codespell
5050
args: [-L als, -L falsy]

0 commit comments

Comments
 (0)