Skip to content

Commit b5953f7

Browse files
committed
Say more about what is going on
1 parent 30003bf commit b5953f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import sys
66

77

88
def run_static_tests() -> None:
9+
print("Runing static tests..")
910
retval = subprocess.call(['python3', 'static_tests.py'])
1011
if retval == 0:
1112
print("##############")

0 commit comments

Comments
 (0)