We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759f4a9 commit 820c549Copy full SHA for 820c549
1 file changed
.pre-commit-config.yaml
@@ -73,7 +73,7 @@ repos:
73
- id: deptry
74
pass_filenames: false
75
always_run: true
76
- entry: bash -c "uv run --frozen --all-extras --dev deptry src --ignore DEP001 --extend-exclude 'codegen-examples/.*'"
+ 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/.*'"
77
78
- repo: https://github.com/renovatebot/pre-commit-hooks
79
rev: 39.264.0
0 commit comments