We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e4d83 commit 5928617Copy full SHA for 5928617
.pre-commit-config.yaml
@@ -25,12 +25,12 @@ repos:
25
- id: python-no-log-warn
26
- id: text-unicode-replacement-char
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.14.2
+ rev: v0.14.5
29
hooks:
30
- id: ruff-format
31
- id: ruff-check
32
- repo: https://github.com/astral-sh/uv-pre-commit
33
- rev: 0.9.6
+ rev: 0.9.9
34
35
- id: uv-lock
36
- repo: https://github.com/executablebooks/mdformat
@@ -54,7 +54,7 @@ repos:
54
]
55
files: (docs/.)
56
- repo: https://github.com/kynan/nbstripout
57
- rev: 0.8.1
+ rev: 0.8.2
58
59
- id: nbstripout
60
exclude: (docs)
0 commit comments