Skip to content

Commit fa2b9dd

Browse files
committed
pylint_all: Enable pylint's built-in colors and disable score summary
1 parent 5da5204 commit fa2b9dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/pylint_all.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def pylint_all_filenames(dev_mode, rootdirs):
2323
BARE_COMMAND = [
2424
"pylint",
2525
f"--rcfile={PYLINT_RCFILE}",
26+
"--output-format=colorized",
27+
"--score=n"
2628
]
2729

2830
filenames = []

0 commit comments

Comments
 (0)