pre-commit/pre_commit/__main__.py
Mark Mayo cd00569d64 tidied and sorted imports
removed ones not required as well, groups and spaced.
2022-12-10 10:51:56 +13:00

6 lines
126 B
Python

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