We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8281c1d commit f3b0966Copy full SHA for f3b0966
1 file changed
template/.pre-commit-config.yaml.jinja
@@ -16,7 +16,7 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/tox-dev/pyproject-fmt
19
- rev: v2.5.1
+ rev: v2.6.0
20
hooks:
21
- id: pyproject-fmt
22
{% if tasks == 'tox' %}
@@ -26,14 +26,14 @@ repos:
26
- id: tox-toml-fmt
27
{% endif %}
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.11.6
+ rev: v0.12.0
30
31
- id: ruff
32
args: [--fix, --exit-non-zero-on-fix]
33
- id: ruff-format
34
35
- repo: https://github.com/astral-sh/uv-pre-commit
36
- rev: 0.6.16
+ rev: 0.7.13
37
38
- id: uv-lock
39
- id: uv-export
0 commit comments