Skip to content

Commit e4750dd

Browse files
authored
Update pre-commit hooks versions
1 parent 396b5b0 commit e4750dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

project/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: poetry-lock
2222
- id: poetry-check{% elif package_manager == 'uv'%}
2323
- repo: https://github.com/astral-sh/uv-pre-commit
24-
rev: 0.11.1
24+
rev: 0.11.3
2525
hooks:
2626
- id: uv-lock{% endif %}
2727

@@ -62,7 +62,7 @@ repos:
6262
- id: nbstripout
6363

6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.15.8
65+
rev: v0.15.9
6666
hooks:
6767
- id: ruff-check
6868
args: [--fix, -v]
@@ -77,7 +77,7 @@ repos:
7777
language: system
7878
types: [python]{% elif type_checker == 'ty' %}
7979
- repo: https://github.com/allganize/ty-pre-commit
80-
rev: v0.0.26
80+
rev: v0.0.29
8181
hooks:
8282
- id: ty-check{% endif %}
8383

0 commit comments

Comments
 (0)