mirror of
https://github.com/voice-cloning-app/Voice-Cloning-App.git
synced 2026-02-24 20:20:22 +01: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",
|
|
]
|