mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 00:24:47 +04:00
8 lines
No EOL
133 B
Python
Executable file
8 lines
No EOL
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:])) |