We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec39ea commit 28fb421Copy full SHA for 28fb421
1 file changed
template/.pre-commit-config.yaml.jinja
@@ -56,14 +56,14 @@ repos:
56
{%- endif %}
57
58
- repo: https://github.com/astral-sh/ruff-pre-commit
59
- rev: v0.15.14
+ rev: v0.15.15
60
hooks:
61
- id: ruff
62
args: [--exit-non-zero-on-fix]
63
- id: ruff-format
64
65
- repo: https://github.com/astral-sh/uv-pre-commit
66
- rev: 0.11.16
+ rev: 0.11.17
67
68
- id: uv-sync
69
args: ["--locked"]
0 commit comments