mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
7 lines
90 B
Python
7 lines
90 B
Python
import sys
|
|
|
|
def func():
|
|
print repr(sys.argv[1:])
|
|
print 'Hello World'
|
|
return 0
|