mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
12 lines
195 B
INI
12 lines
195 B
INI
[run]
|
|
source = api
|
|
omit = Kokoro-82M/*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|
|
pass
|
|
raise ImportError
|