mirror of https://github.com/coqui-ai/TTS.git
cardboard config update
This commit is contained in:
parent
b7b0c58e3f
commit
502ba2d5c4
|
@ -1,2 +1,5 @@
|
||||||
linters:
|
linters:
|
||||||
- pylint:
|
- pylint:
|
||||||
|
# pylintrc: pylintrc
|
||||||
|
filefilter: ['- test_*.py', '+ *.py', '- *.npy']
|
||||||
|
# exclude:
|
|
@ -157,7 +157,8 @@ disable=missing-docstring,
|
||||||
xreadlines-attribute,
|
xreadlines-attribute,
|
||||||
deprecated-sys-function,
|
deprecated-sys-function,
|
||||||
exception-escape,
|
exception-escape,
|
||||||
comprehension-escape
|
comprehension-escape,
|
||||||
|
duplicate-code
|
||||||
|
|
||||||
# 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