Skip to content

Commit

Permalink
added space char to match warning output
Browse files Browse the repository at this point in the history
  • Loading branch information
JamMarHer committed Feb 21, 2021
1 parent b452826 commit d8a3615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clientlib_test.py
Expand Up @@ -228,7 +228,7 @@ def test_warn_mutable_rev_invalid(caplog, rev):
'Mutable references are never updated after first install and are '
'not supported. '
'See https://pre-commit.com/#using-the-latest-version-for-a-repository ' # noqa: E501
'for more details.'
'for more details. '
'To remove this warning consider running autoupdate via: '
'`pre-commit autoupdate --repo https://gitlab.com/pycqa/flake8`',
),
Expand Down

0 comments on commit d8a3615

Please sign in to comment.