pylint_all: Enable pylint's built-in colors and disable score summary

This commit is contained in:
Kamil Śliwak 2021-08-23 18:13:55 +02:00
parent 5da52048ac
commit fa2b9dd1e1

View File

@ -23,6 +23,8 @@ def pylint_all_filenames(dev_mode, rootdirs):
BARE_COMMAND = [
"pylint",
f"--rcfile={PYLINT_RCFILE}",
"--output-format=colorized",
"--score=n"
]
filenames = []