mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
7 lines
91 B
Python
7 lines
91 B
Python
import sys
|
|
|
|
|
|
def func():
|
|
print repr(sys.argv[1:])
|
|
print 'Hello World'
|
|
return 0
|