We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30003bf commit b5953f7Copy full SHA for b5953f7
hooks/pre-commit
@@ -6,6 +6,7 @@ import sys
6
7
8
def run_static_tests() -> None:
9
+ print("Runing static tests..")
10
retval = subprocess.call(['python3', 'static_tests.py'])
11
if retval == 0:
12
print("##############")
0 commit comments