Skip to content

Commit 820c549

Browse files
committed
Fix deptry pre-commit ignores
1 parent 759f4a9 commit 820c549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repos:
7373
- id: deptry
7474
pass_filenames: false
7575
always_run: true
76-
entry: bash -c "uv run --frozen --all-extras --dev deptry src --ignore DEP001 --extend-exclude 'codegen-examples/.*'"
76+
entry: bash -c "uv run --frozen --all-extras --dev deptry src --ignore DEP001 --per-rule-ignores 'DEP002=pyright|mini-racer|hatch-vcs|pyinstrument|pip|python-levenshtein|python-semantic-release|pytest-snapshot|numpy|modal|langgraph-prebuilt' --extend-exclude 'codegen-examples/.*'"
7777

7878
- repo: https://github.com/renovatebot/pre-commit-hooks
7979
rev: 39.264.0

0 commit comments

Comments
 (0)