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 c9e1291 commit 6fa346fCopy full SHA for 6fa346f
.pre-commit-config.yaml
@@ -48,7 +48,7 @@ repos:
48
- id: codespell
49
additional_dependencies:
50
- tomli
51
- files: "docs/.*/.*.mdx"
+ files: ".*"
52
53
- repo: https://github.com/fpgmaas/deptry.git
54
rev: "0.23.0"
@@ -58,10 +58,6 @@ repos:
58
always_run: true
59
entry: bash -c "uv run --frozen --all-extras --dev deptry . --ignore DEP001"
60
61
- - repo: https://github.com/renovatebot/pre-commit-hooks
62
- rev: 39.120.4
63
- hooks:
64
- - id: renovate-config-validator
65
- repo: https://github.com/astral-sh/uv-pre-commit
66
rev: "0.5.24"
67
hooks:
0 commit comments