Skip to content

Commit a679015

Browse files
Merge branch 'main' into schema-conversion
2 parents 565a827 + ab0b9f7 commit a679015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ ci:
55
autoupdate_commit_msg: "chore: pre-commit autoupdate"
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: check-yaml
1313
exclude: template
1414
- id: check-added-large-files
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.12.7
16+
rev: v0.12.11
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
- id: ruff-format
2121
- repo: https://github.com/astral-sh/uv-pre-commit
22-
rev: 0.8.4
22+
rev: 0.8.14
2323
hooks:
2424
- id: uv-lock
2525
- repo: https://github.com/adrienverge/yamllint.git

0 commit comments

Comments
 (0)