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 d15d813 commit 1e1ed20Copy full SHA for 1e1ed20
.pre-commit-config.yaml
@@ -13,13 +13,13 @@ repos:
13
exclude: template
14
- id: check-added-large-files
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.14.3
+ rev: v0.14.7
17
hooks:
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.9.7
+ rev: 0.9.13
23
24
- id: uv-lock
25
- repo: https://github.com/adrienverge/yamllint.git
0 commit comments