Skip to content

Commit 6fa346f

Browse files
author
codegen-bot
committed
pre commit fix
1 parent c9e1291 commit 6fa346f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
- id: codespell
4949
additional_dependencies:
5050
- tomli
51-
files: "docs/.*/.*.mdx"
51+
files: ".*"
5252

5353
- repo: https://github.com/fpgmaas/deptry.git
5454
rev: "0.23.0"
@@ -58,10 +58,6 @@ repos:
5858
always_run: true
5959
entry: bash -c "uv run --frozen --all-extras --dev deptry . --ignore DEP001"
6060

61-
- repo: https://github.com/renovatebot/pre-commit-hooks
62-
rev: 39.120.4
63-
hooks:
64-
- id: renovate-config-validator
6561
- repo: https://github.com/astral-sh/uv-pre-commit
6662
rev: "0.5.24"
6763
hooks:

0 commit comments

Comments
 (0)