We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396b5b0 commit e4750ddCopy full SHA for e4750dd
1 file changed
project/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja
@@ -21,7 +21,7 @@ repos:
21
- id: poetry-lock
22
- id: poetry-check{% elif package_manager == 'uv'%}
23
- repo: https://github.com/astral-sh/uv-pre-commit
24
- rev: 0.11.1
+ rev: 0.11.3
25
hooks:
26
- id: uv-lock{% endif %}
27
@@ -62,7 +62,7 @@ repos:
62
- id: nbstripout
63
64
- repo: https://github.com/astral-sh/ruff-pre-commit
65
- rev: v0.15.8
+ rev: v0.15.9
66
67
- id: ruff-check
68
args: [--fix, -v]
@@ -77,7 +77,7 @@ repos:
77
language: system
78
types: [python]{% elif type_checker == 'ty' %}
79
- repo: https://github.com/allganize/ty-pre-commit
80
- rev: v0.0.26
+ rev: v0.0.29
81
82
- id: ty-check{% endif %}
83
0 commit comments