mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Started implementing manifest validating
This commit is contained in:
parent
e06392134b
commit
3945f84e3f
11 changed files with 237 additions and 0 deletions
8
scripts/validate-manifest.py
Executable file
8
scripts/validate-manifest.py
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
if __name__ == '__main__':
|
||||
import sys
|
||||
|
||||
from pre_commit.clientlib.validate_manifest import run
|
||||
|
||||
sys.exit(run(sys.argv[1:]))
|
||||
Loading…
Add table
Add a link
Reference in a new issue