Skip to content

Commit 65380af

Browse files
Update pre-commit (#787)
* Update pre-commit * Fix tombi format file selection --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Norton <matt@carrotmanmatt.com>
1 parent 9e15cf6 commit 65380af

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_stages: [pre-commit, pre-merge-commit, manual]
55

66
repos:
77
- repo: https://github.com/astral-sh/uv-pre-commit
8-
rev: 0.11.19
8+
rev: 0.11.21
99
hooks:
1010
- id: uv-lock
1111
always_run: true
@@ -23,7 +23,8 @@ repos:
2323
- repo: https://github.com/tombi-toml/tombi-pre-commit
2424
rev: v1.1.2
2525
hooks:
26-
- id: tombi-format
26+
- exclude: \A.+\.lock\Z
27+
id: tombi-format
2728
- id: tombi-lint
2829

2930
- repo: https://github.com/tsvikas/sync-with-uv
@@ -56,14 +57,14 @@ repos:
5657
args: [--strict]
5758

5859
- repo: https://github.com/renovatebot/pre-commit-hooks
59-
rev: 43.218.0
60+
rev: 43.227.0
6061
hooks:
6162
- id: renovate-config-validator
6263
args: [--strict]
6364
stages: [manual]
6465

6566
- repo: https://github.com/python-jsonschema/check-jsonschema
66-
rev: 0.37.2
67+
rev: 0.37.3
6768
hooks:
6869
- id: check-jsonschema
6970
args: [--schemafile, 'https://json.schemastore.org/yamllint.json'] # yamllint disable-line rule:quoted-strings

0 commit comments

Comments
 (0)