1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-22 12:58:33 +00:00

fixup! Ignore flake8 errors with inline comments: W291 trailing whitespace

This commit is contained in:
Joseph Frazier 2017-03-08 12:19:50 -05:00
parent b038ea4541
commit 0b0a2220a0

View File

@ -82,7 +82,7 @@ yarn_help_stdout = b'''
Run `yarn help COMMAND` for more information on specific commands. Run `yarn help COMMAND` for more information on specific commands.
Visit https://yarnpkg.com/en/docs/cli/ to learn more about Yarn. Visit https://yarnpkg.com/en/docs/cli/ to learn more about Yarn.
''' ''' # noqa
@pytest.fixture(autouse=True) @pytest.fixture(autouse=True)