Skip to content

Commit de5ab3f

Browse files
committed
chore: update pre-commit hooks
1 parent 6005d3a commit de5ab3f

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: v2.6.0
22+
rev: v2.11.0
2323
hooks:
2424
- id: pyproject-fmt
2525

2626
- repo: https://github.com/tox-dev/tox-toml-fmt
27-
rev: v1.0.0
27+
rev: v1.2.0
2828
hooks:
2929
- id: tox-toml-fmt
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.13.1
32+
rev: v0.14.1
3333
hooks:
3434
- id: ruff-check
3535
args: [--fix, --exit-non-zero-on-fix]
3636
- id: ruff-format
3737

3838
- repo: https://github.com/astral-sh/uv-pre-commit
39-
rev: 0.8.19
39+
rev: 0.9.3
4040
hooks:
4141
- id: uv-lock
4242

changelog.d/+d21a6514.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.6.0
19+
rev: v2.11.0
2020
hooks:
2121
- id: pyproject-fmt
2222
{% if tasks == 'tox' %}
2323
- repo: https://github.com/tox-dev/tox-toml-fmt
24-
rev: v1.0.0
24+
rev: v1.2.0
2525
hooks:
2626
- id: tox-toml-fmt
2727
{% endif %}
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.13.1
29+
rev: v0.14.1
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.8.19
36+
rev: 0.9.3
3737
hooks:
3838
- id: uv-lock
3939

@@ -51,7 +51,7 @@ repos:
5151
- id: mdformat
5252
exclude: ^docs/
5353
additional_dependencies:
54-
- black==25.1.0
54+
- black==25.9.0
5555
- mdformat-black
5656
- mdformat-gfm
5757
- id: mdformat

0 commit comments

Comments
 (0)