We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de50a59 commit 99d8574Copy full SHA for 99d8574
.pre-commit-config.yaml
@@ -16,14 +16,14 @@ repos:
16
- hooks:
17
- id: uv-lock
18
repo: https://github.com/astral-sh/uv-pre-commit
19
- rev: 0.9.28
+ rev: 0.10.7
20
21
- args:
22
- --fix
23
id: ruff-check
24
- id: ruff-format
25
repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.14.14
+ rev: v0.15.4
27
28
- id: pyright
29
repo: https://github.com/RobertCraigie/pyright-python
0 commit comments