mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
parent
26e60fa333
commit
b81c9802ae
28 changed files with 58 additions and 58 deletions
|
|
@ -4,7 +4,7 @@ import sys
|
|||
|
||||
|
||||
def func():
|
||||
print('{0}.{1}'.format(*sys.version_info[:2]))
|
||||
print('{}.{}'.format(*sys.version_info[:2]))
|
||||
print(repr(sys.argv[1:]))
|
||||
print('Hello World')
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue