6 lines
116 B
Python
Executable file
6 lines
116 B
Python
Executable file
#!/usr/bin/env python3
|
|
import sys
|
|
from pylama import hook
|
|
|
|
if __name__ == '__main__':
|
|
sys.exit(hook.git_hook())
|