mirror of
https://github.com/voice-cloning-app/Voice-Cloning-App.git
synced 2026-07-10 04:20:11 +02:00
19 lines
409 B
TOML
19 lines
409 B
TOML
[tool.interrogate]
|
|
fail-under = 0
|
|
verbose = 1
|
|
ignore-init-method = true
|
|
ignore-init-module = true
|
|
ignore-module = true
|
|
exclude = [
|
|
"glow.py",
|
|
"main.py",
|
|
"application",
|
|
"tests",
|
|
"dataset/silero_utils.py",
|
|
"dataset/transcribe.py",
|
|
"dataset/forced_alignment/search.py",
|
|
"training/tacotron2_model",
|
|
"synthesis/vocoders/hifigan_model.py",
|
|
"synthesis/vocoders/hifigan.py",
|
|
]
|