mirror of https://github.com/coqui-ai/TTS.git
Update pylintrc
parent
f4c88ed677
commit
e89aa97025
|
@ -169,7 +169,9 @@ disable=missing-docstring,
|
||||||
comprehension-escape,
|
comprehension-escape,
|
||||||
duplicate-code,
|
duplicate-code,
|
||||||
not-callable,
|
not-callable,
|
||||||
import-outside-toplevel
|
import-outside-toplevel,
|
||||||
|
logging-fstring-interpolation,
|
||||||
|
logging-not-lazy
|
||||||
|
|
||||||
# Enable the message, report, category or checker with the given id(s). You can
|
# Enable the message, report, category or checker with the given id(s). You can
|
||||||
# either give multiple identifier separated by comma (,) or put this option
|
# either give multiple identifier separated by comma (,) or put this option
|
||||||
|
|
Loading…
Reference in New Issue