Commit 8e8c30a
committed
Fix CI mypy: suppress unused-ignore for env-dependent type errors
- Mypy overrides: warn_unused_ignores=false for modules with
type: ignore comments that are env-dependent (numpy stubs differ
between local 3.12 and CI, redis/pymodbus installed on CI but not local)
- Fix hardware_io: read_holding_registers count as keyword arg (pymodbus 3.x)
- Resolves pre-existing CI typecheck failure (since before 69ca883)
Co-Authored-By: Arcane Sapience <protoscience@anulum.li>1 parent e83fcc0 commit 8e8c30a
File tree
3 files changed
+12
-2
lines changed- src/scpn_phase_orchestrator/adapters
3 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
131 | 141 | | |
132 | 142 | | |
133 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments