PRESUBMIT: attach names to presubmit hooks

Pre-upload checks now print hook names to the console while they're
running. This helps identify which hook(s) are taking a long time. And
we definitely have some slow hooks in this repo...

BUG=none
TEST=presubmits

Change-Id: Ia3a56640761012d2dda08bdf0b37d18d87a8d8bc
Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/889690
Reviewed-by: Mike Frysinger <vapier@chromium.org>
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
index ef957ad..1defee6 100644
--- a/PRESUBMIT.cfg
+++ b/PRESUBMIT.cfg
@@ -7,11 +7,11 @@
 cros_license_check: false
 
 [Hook Scripts]
-hook0 = ./utils/run_pylint.py
-hook2 = ./site_utils/presubmit_hooks/check_control_files.py
+pylint = ./utils/run_pylint.py
+check_control_files = ./site_utils/presubmit_hooks/check_control_files.py
 # Not enabled because it takes a few minutes. Put here for convenience
 # and as a bookmark. TODO: http://crbug.com/558819 some wrapper script
 # computing optimal -r options based on PRESUBMIT_FILES.
-# hook3 = ./utils/unittest_suite.py # -r server/
-hook4 = ./site_utils/presubmit_hooks/check_json_files.py
-hook5 = ./bin/test_lucifer
+# unittest_suite = ./utils/unittest_suite.py # -r server/
+check_json_files = ./site_utils/presubmit_hooks/check_json_files.py
+test_lucifer = ./bin/test_lucifer