Skip to content

Commit

Permalink
Update clientlib.py
Browse files Browse the repository at this point in the history
line too long fix
  • Loading branch information
JamMarHer committed Feb 20, 2021
1 parent 46c2420 commit 7952253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pre_commit/clientlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ def check(self, dct: Dict[str, Any]) -> None:
f'(moving tag / branch). Mutable references are never '
f'updated after first install and are not supported. '
f'See https://pre-commit.com/#using-the-latest-version-for-a-repository ' # noqa: E501
f'for more details.'
f'\nTo remove this warning consider running autoupdate via:'
f'for more details. '
f'To remove this warning consider running autoupdate via: '
f'`pre-commit autoupdate --repo {dct["repo"]}`',
)

Expand Down

0 comments on commit 7952253

Please sign in to comment.