Skip to content

Commit f3b0966

Browse files
committed
chore: update pre-commit hooks
1 parent 8281c1d commit f3b0966

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

template/.pre-commit-config.yaml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/tox-dev/pyproject-fmt
19-
rev: v2.5.1
19+
rev: v2.6.0
2020
hooks:
2121
- id: pyproject-fmt
2222
{% if tasks == 'tox' %}
@@ -26,14 +26,14 @@ repos:
2626
- id: tox-toml-fmt
2727
{% endif %}
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.11.6
29+
rev: v0.12.0
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --exit-non-zero-on-fix]
3333
- id: ruff-format
3434

3535
- repo: https://github.com/astral-sh/uv-pre-commit
36-
rev: 0.6.16
36+
rev: 0.7.13
3737
hooks:
3838
- id: uv-lock
3939
- id: uv-export

0 commit comments

Comments
 (0)