We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8afe16 commit 90ef9faCopy full SHA for 90ef9fa
1 file changed
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
- id: python-use-type-annotations
27
- id: text-unicode-replacement-char
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.15.1
+ rev: v0.15.2
30
hooks:
31
- id: ruff-check
32
- id: ruff-format
@@ -40,7 +40,7 @@ repos:
40
]
41
args: [--wrap, "88"]
42
- repo: https://github.com/crate-ci/typos
43
- rev: v1.43.5
+ rev: v1
44
45
- id: typos
46
- repo: meta
0 commit comments