mirror of
https://github.com/pstrueb/piper.git
synced 2026-04-20 07:14:48 +00:00
Initial check in of Python training code
This commit is contained in:
11
src/python/mypy.ini
Normal file
11
src/python/mypy.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
[mypy]
|
||||
|
||||
[mypy-setuptools.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-librosa.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-onnxruntime.*]
|
||||
ignore_missing_imports = True
|
||||
Reference in New Issue
Block a user