mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-01 06:20:33 -06:00
8 lines
133 B
Python
Executable File
8 lines
133 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
if __name__ == '__main__':
|
|
import sys
|
|
|
|
from pre_commit.run import run
|
|
|
|
sys.exit(run(sys.argv[1:])) |