pre-commit/pre_commit/__main__.py

5 lines
91 B
Python

from pre_commit.main import main
if __name__ == '__main__':
raise SystemExit(main())