Commit e630422
Fix ruff PLC0415 errors and remove deprecated rules
- Add per-file ignore for PLC0415 (imports in functions) to allow intentional circular import prevention
- Remove deprecated ANN101 and ANN102 rules from ruff configuration
- All pre-commit checks now pass
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 910cfb6 commit e630422
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | 114 | | |
117 | 115 | | |
118 | 116 | | |
| |||
123 | 121 | | |
124 | 122 | | |
125 | 123 | | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
0 commit comments