Commit ff18b38
fix(lint): exclude nox/venv/cache dirs from interrogate scan (#24)
interrogate had no path arg and only excluded tests/docs/noxfile.py,
so local .nox venvs, .venv, and cache dirs (full of vendored pip
packages with no docstrings) got scanned and tanked coverage below
the 100% gate. CI checks out fresh with none of these dirs so it
never hit this. Widen the exclude list to match local reality.
Claude-Session: https://claude.ai/code/session_01HpUiyz1W779QxRBzRxXZzc
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent 2491ed8 commit ff18b38
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments