We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1945471 commit ebef4deCopy full SHA for ebef4de
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.15.7
+ rev: v0.15.8
29
hooks:
30
- id: ruff-format
31
- id: ruff-check
32
- repo: https://github.com/astral-sh/uv-pre-commit
33
- rev: 0.10.12
+ rev: 0.11.2
34
35
- id: uv-lock
36
- repo: https://github.com/executablebooks/mdformat
@@ -60,7 +60,7 @@ repos:
60
- id: nbstripout
61
exclude: (docs)
62
- repo: https://github.com/crate-ci/typos
63
- rev: v1
+ rev: v1.44.0
64
65
- id: typos
66
exclude: (\.ipynb)
0 commit comments