mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
cardboard config update
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
linters:
|
||||
- pylint:
|
||||
# pylintrc: pylintrc
|
||||
filefilter: ['- test_*.py', '+ *.py', '- *.npy']
|
||||
# exclude:
|
||||
@@ -157,7 +157,8 @@ disable=missing-docstring,
|
||||
xreadlines-attribute,
|
||||
deprecated-sys-function,
|
||||
exception-escape,
|
||||
comprehension-escape
|
||||
comprehension-escape,
|
||||
duplicate-code
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user