We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd38898 commit 343f41dCopy full SHA for 343f41d
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: python-use-type-annotations
26
- id: text-unicode-replacement-char
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.4.4
+ rev: v0.5.5
29
hooks:
30
- id: ruff
31
- id: ruff-format
@@ -42,7 +42,7 @@ repos:
42
- mdformat-black
43
args: [--wrap, "88"]
44
- repo: https://github.com/codespell-project/codespell
45
- rev: v2.2.6
+ rev: v2.3.0
46
47
- id: codespell
48
- repo: meta
0 commit comments