관리-도구
편집 파일: __main__.py
from __future__ import annotations from pre_commit.main import main if __name__ == '__main__': raise SystemExit(main())