Commit 077605d
chore: Add test-specific linting exceptions
Relax linting rules for test files to avoid breaking working tests:
- I001 (import order)
- F401 (unused imports)
- F841 (unused variables)
- PT011 (broad pytest.raises)
- A004 (shadowing builtins)
Production code (memdocs/) passes all ruff checks.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent c43ee25 commit 077605d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments