Skip to content

Commit 08bbb00

Browse files
committed
chore: update pre-commit hooks
1 parent d09c7d6 commit 08bbb00

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

changelog.d/+a3b795c1.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update pre-commit hooks.

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

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

1818
- repo: https://github.com/tox-dev/pyproject-fmt
19-
rev: v2.11.0
19+
rev: v2.11.1
2020
hooks:
2121
- id: pyproject-fmt
2222
{% if tasks == 'tox' %}
2323
- repo: https://github.com/tox-dev/tox-toml-fmt
24-
rev: v1.2.0
24+
rev: v1.2.1
2525
hooks:
2626
- id: tox-toml-fmt
2727
{% endif %}
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.14.1
29+
rev: v0.14.5
3030
hooks:
3131
- id: ruff-check
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.9.3
36+
rev: 0.9.9
3737
hooks:
3838
- id: uv-lock
3939

@@ -45,7 +45,7 @@ repos:
4545
- tomli
4646

4747
- repo: https://github.com/hukkin/mdformat
48-
rev: 0.7.22
48+
rev: 1.0.0
4949
hooks:
5050
- id: mdformat
5151
{%- if docs == 'mkdocs' %}

0 commit comments

Comments
 (0)