From d8a361522183b913a7a0c42181c98d09b5498cca Mon Sep 17 00:00:00 2001 From: Jam Date: Sat, 20 Feb 2021 19:06:01 -0500 Subject: [PATCH] added space char to match warning output --- tests/clientlib_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/clientlib_test.py b/tests/clientlib_test.py index 6cf42a9f3..6f5a1e45c 100644 --- a/tests/clientlib_test.py +++ b/tests/clientlib_test.py @@ -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`', ),