Skip to content

Commit 86360b7

Browse files
authored
Update pre-commit hook versions
1 parent 8f005d8 commit 86360b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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.10.0
24+
rev: 0.10.1
2525
hooks:
2626
- id: uv-lock{% endif %}
2727

@@ -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.15
80+
rev: v0.0.16
8181
hooks:
8282
- id: ty-check{% endif %}
8383

0 commit comments

Comments
 (0)