Commit 5a4c364
committed
Tag type:ignore as also unused-ignore to satisfy packages mypy
The Test Galaxy packages CI job runs mypy on each package's src/
in isolation (~418 files), where some imports referenced by the
ignored arg/type errors aren't visible. mypy then flags the ignore
itself as unused. The combined [type-abstract,unused-ignore] form
keeps the broader 'make mypy' (2207 files) silent while letting the
packaged-mypy treat the ignore as benign.1 parent 28913ab commit 5a4c364
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | | - | |
| 423 | + | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
0 commit comments