Skip to content

Commit 4074ad7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.5.5](astral-sh/ruff-pre-commit@v0.4.2...v0.5.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 3025885 commit 4074ad7

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
@@ -18,7 +18,7 @@ repos:
1818
- id: python-use-type-annotations
1919
- id: text-unicode-replacement-char
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.4.2
21+
rev: v0.5.5
2222
hooks:
2323
- id: ruff
2424
- id: ruff-format
@@ -36,7 +36,7 @@ repos:
3636
]
3737
args: [--wrap, "88"]
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.2.6
39+
rev: v2.3.0
4040
hooks:
4141
- id: codespell
4242
- repo: meta

0 commit comments

Comments
 (0)