mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 04:20:28 -06:00
8 lines
119 B
Python
8 lines
119 B
Python
from __future__ import absolute_import
|
|
|
|
from pre_commit.main import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
exit(main())
|