Commit 18a3e56
fix: resolve mypy unused-ignore error for tomli import
- Remove inline type: ignore comment from config.py
- Add tomli to mypy overrides for cross-version compatibility
- Works on Python 3.10 (tomli installed) and 3.11+ (tomllib builtin)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 1c777c3 commit 18a3e56
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments