We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3b481d + b460b4d commit d74f7cbCopy full SHA for d74f7cb
1 file changed
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: python-use-type-annotations
24
- id: text-unicode-replacement-char
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.15.4
+ rev: v0.15.6
27
hooks:
28
- id: ruff
29
- id: ruff-format
@@ -52,7 +52,7 @@ repos:
52
# ]
53
# args: [--wrap, "88"]
54
- repo: https://github.com/codespell-project/codespell
55
- rev: v2.4.1
+ rev: v2.4.2
56
57
- id: codespell
58
# - repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments