Skip to content

Commit ebef4de

Browse files
committed
chore: update pre-commit hooks
1 parent 1945471 commit ebef4de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ repos:
2525
- id: python-no-log-warn
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.7
28+
rev: v0.15.8
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff-check
3232
- repo: https://github.com/astral-sh/uv-pre-commit
33-
rev: 0.10.12
33+
rev: 0.11.2
3434
hooks:
3535
- id: uv-lock
3636
- repo: https://github.com/executablebooks/mdformat
@@ -60,7 +60,7 @@ repos:
6060
- id: nbstripout
6161
exclude: (docs)
6262
- repo: https://github.com/crate-ci/typos
63-
rev: v1
63+
rev: v1.44.0
6464
hooks:
6565
- id: typos
6666
exclude: (\.ipynb)

0 commit comments

Comments
 (0)