We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1303a commit ab0b9f7Copy full SHA for ab0b9f7
.pre-commit-config.yaml
@@ -5,21 +5,21 @@ ci:
5
autoupdate_commit_msg: "chore: pre-commit autoupdate"
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v5.0.0
+ rev: v6.0.0
9
hooks:
10
- id: trailing-whitespace
11
- id: end-of-file-fixer
12
- id: check-yaml
13
exclude: template
14
- id: check-added-large-files
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.12.7
+ rev: v0.12.11
17
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
- id: ruff-format
21
- repo: https://github.com/astral-sh/uv-pre-commit
22
- rev: 0.8.4
+ rev: 0.8.14
23
24
- id: uv-lock
25
- repo: https://github.com/adrienverge/yamllint.git
0 commit comments