We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a1ae34 + d99e91f commit 8fead8aCopy full SHA for 8fead8a
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.9
+ rev: v0.14.10
29
hooks:
30
- id: ruff-format
31
- id: ruff-check
32
- repo: https://github.com/astral-sh/uv-pre-commit
33
- rev: 0.9.17
+ rev: 0.9.18
34
35
- id: uv-lock
36
- repo: https://github.com/executablebooks/mdformat
@@ -59,7 +59,7 @@ repos:
59
- id: nbstripout
60
exclude: (docs)
61
- repo: https://github.com/crate-ci/typos
62
- rev: v1
+ rev: typos-dict-v0.13.13
63
64
- id: typos
65
exclude: (\.ipynb)
0 commit comments