precommit: Enable errors reports for prettify.py

This commit is contained in:
Ole Schütt 2020-08-27 15:38:49 +02:00 committed by Ole Schütt
parent a4726aaf59
commit 8b38d1065b

View file

@ -220,9 +220,7 @@ def run_prettify(fn):
# The prettify tool processes only about 1k lines of code per second.
# Hence, setting a generous timeout as our largest file has 100k lines.
run_local_tool(
"./tools/prettify/prettify.py", "--no-report-errors", fn, timeout=300
)
run_local_tool("./tools/prettify/prettify.py", fn, timeout=300)
# ======================================================================================