general/ci: clean up mypy-misc pipeline, only exclude specific files instead
marked some module configs which aren't really ready for public use as type: ignore
This commit is contained in:
parent
eff9c02886
commit
bf6a96a44d
15 changed files with 132 additions and 64 deletions
|
@ -13,7 +13,7 @@ from typing import Iterable
|
|||
from .core import Res, get_files
|
||||
from .core.common import isoparse, Json
|
||||
|
||||
import tcxparser
|
||||
import tcxparser # type: ignore[import]
|
||||
|
||||
from my.config import runnerup as config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue