mirror of https://github.com/coqui-ai/TTS.git
Update pylintrc
This commit is contained in:
parent
17afd7a07c
commit
420b92d5ae
|
@ -168,7 +168,8 @@ disable=missing-docstring,
|
||||||
exception-escape,
|
exception-escape,
|
||||||
comprehension-escape,
|
comprehension-escape,
|
||||||
duplicate-code,
|
duplicate-code,
|
||||||
not-callable
|
not-callable,
|
||||||
|
import-outside-toplevel
|
||||||
|
|
||||||
# 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