ci: update mypy config and make ruff config more consistent with other projects
This commit is contained in:
parent
d58453410c
commit
71fdeca5e1
13 changed files with 32 additions and 38 deletions
|
@ -31,7 +31,7 @@ def inputs() -> Sequence[Path]:
|
|||
|
||||
# todo add a doctor check for pip endoexport module
|
||||
import endoexport.dal as dal
|
||||
from endoexport.dal import Point, Workout
|
||||
from endoexport.dal import Point, Workout # noqa: F401
|
||||
|
||||
|
||||
from .core import Res
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue