added pylama githook
This commit is contained in:
parent
bc09b49a82
commit
18a9374a3d
1 changed files with 6 additions and 0 deletions
6
.githooks/pre-commit/pylama
Executable file
6
.githooks/pre-commit/pylama
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
import sys
|
||||
from pylama import hook
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(hook.git_hook())
|
Loading…
Reference in a new issue