We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850ae3d commit 4bc2a79Copy full SHA for 4bc2a79
1 file changed
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
- id: no-commit-to-branch
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.15.14
+ rev: v0.15.15
30
hooks:
31
- id: ruff
32
args: [--fix, --unsafe-fixes, --show-fixes]
@@ -39,14 +39,14 @@ repos:
39
# - id: doc8
40
41
- repo: https://github.com/DetachHead/basedpyright-prek-mirror
42
- rev: 1.39.5
+ rev: 1.39.6
43
44
- id: basedpyright
45
args: [--verbose]
46
47
- repo: https://github.com/astral-sh/uv-pre-commit
48
# uv version.
49
- rev: 0.11.16
+ rev: 0.11.17
50
51
- id: uv-lock
52
0 commit comments