We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d128cd commit 78d4504Copy full SHA for 78d4504
1 file changed
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
hooks:
28
- id: sort-all
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.9.2
+ rev: v0.9.3
31
32
- id: ruff
33
- id: ruff-format
@@ -61,7 +61,7 @@ repos:
61
args: [--wrap, "88"]
62
files: (README\.md)
63
- repo: https://github.com/codespell-project/codespell
64
- rev: v2.3.0
+ rev: v2.4.0
65
66
- id: codespell
67
- repo: meta
0 commit comments