We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e6a34 commit 34674ccCopy full SHA for 34674cc
1 file changed
.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.10
+ rev: v0.14.14
29
hooks:
30
- id: ruff-format
31
- id: ruff-check
32
- repo: https://github.com/astral-sh/uv-pre-commit
33
- rev: 0.9.18
+ rev: 0.9.26
34
35
- id: uv-lock
36
- repo: https://github.com/executablebooks/mdformat
@@ -54,12 +54,12 @@ repos:
54
]
55
files: (docs/.)
56
- repo: https://github.com/kynan/nbstripout
57
- rev: 0.8.2
+ rev: 0.9.0
58
59
- id: nbstripout
60
exclude: (docs)
61
- repo: https://github.com/crate-ci/typos
62
- rev: typos-dict-v0.13.13
+ rev: v1
63
64
- id: typos
65
exclude: (\.ipynb)
0 commit comments