mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-25 00:18:47 -05:00
c8cf74dc71
Committed via https://github.com/asottile/all-repos
6 lines
91 B
Python
6 lines
91 B
Python
from pre_commit.main import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
raise SystemExit(main())
|