add packages to setup.cfg
This commit is contained in:
parent
ef7080e4bd
commit
f39396e7ee
1 changed files with 9 additions and 0 deletions
|
|
@ -16,3 +16,12 @@ ignore_missing_imports = True
|
|||
|
||||
[mypy-mistune.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-tqdm.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-scipy.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-sklearn.*]
|
||||
ignore_missing_imports = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue