mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-12 20:10:21 -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
|