Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196fd87 commit ffe65adCopy full SHA for ffe65ad
1 file changed
pre_commit/__main__.py
@@ -0,0 +1,7 @@
1
+from __future__ import absolute_import
2
+
3
+from pre_commit.main import main
4
5
6
+if __name__ == '__main__':
7
+ exit(main())
0 commit comments