6 lines
79 B
Python
6 lines
79 B
Python
|
from pre_commit.main import main
|
||
|
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
exit(main())
|