Skip to content

Commit 2872efd

Browse files
committed
chore: update pre-commit hooks
1 parent 3df5f62 commit 2872efd

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ repos:
2929
- id: tox-toml-fmt
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.12.0
32+
rev: v0.12.3
3333
hooks:
3434
- id: ruff
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.7.13
39+
rev: 0.7.20
4040
hooks:
4141
- id: uv-lock
4242

changelog.d/+09ee519d.changed.md

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.0
29+
rev: v0.12.3
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.7.13
36+
rev: 0.7.20
3737
hooks:
3838
- id: uv-lock
3939

0 commit comments

Comments
 (0)