MagpieTTS_Internal_Demo / .pylintrc.other
subhankarg's picture
Upload folder using huggingface_hub
0558aa4 verified
[MAIN]
ignore-paths=tests
max-line-length=119
[MESSAGES CONTROL]
disable=all
enable=C0115,C0116,W0611,C0301
# C0115: missing-class-docstring
# C0116: missing-function-docstring
# W0611: unused-import
# C0301: line-too-long