mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 13:15:21 -04:00
precommit: Enable errors reports for prettify.py
This commit is contained in:
parent
a4726aaf59
commit
8b38d1065b
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
# ======================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue