#!/usr/bin/python3

import sys

from pre_commit_hooks.check_vcs_permalinks import main


if __name__ == "__main__":
    sys.exit(main())
