From 0b0a2220a052855e2e179d713b70c2e86e9964a6 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Wed, 8 Mar 2017 12:19:50 -0500 Subject: [PATCH] fixup! Ignore flake8 errors with inline comments: W291 trailing whitespace --- tests/rules/test_yarn_command_not_found.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rules/test_yarn_command_not_found.py b/tests/rules/test_yarn_command_not_found.py index 67b7823b..d8a11618 100644 --- a/tests/rules/test_yarn_command_not_found.py +++ b/tests/rules/test_yarn_command_not_found.py @@ -82,7 +82,7 @@ yarn_help_stdout = b''' Run `yarn help COMMAND` for more information on specific commands. Visit https://yarnpkg.com/en/docs/cli/ to learn more about Yarn. -''' +''' # noqa @pytest.fixture(autouse=True)