writing tests for custom core hooksPaths

This commit is contained in:
uri 2021-08-28 02:18:51 +03:00
parent 1c8fe57b66
commit 026e10bcc1
3 changed files with 40 additions and 2 deletions

View file

@ -271,7 +271,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
'--follow-custom-hooks-path', action='store_true', default=False,
help=(
'Whether to follow a custom core.hooksPath when attempting '
'to install the pre-comit hook.'
'to install the pre-commit hook.'
),
)