File: __main__.py

package info (click to toggle)
pre-commit 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,348 kB
  • sloc: python: 11,002; sh: 69; cs: 22; perl: 12; javascript: 5; ruby: 3; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 79 bytes parent folder | download
1
2
3
4
5
from pre_commit.main import main


if __name__ == '__main__':
    exit(main())