1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-09-27 23:52:41 +01:00

Ignore flake8 errors with inline comments: W291 trailing whitespace

See https://github.com/PyCQA/pycodestyle/pull/243
This commit is contained in:
Joseph Frazier
2016-10-06 13:51:39 -04:00
parent fb3d8d1e01
commit 432878bd77
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ south.exceptions.GhostMigrations:
! I'm not trusting myself; either fix this yourself by fiddling
! with the south_migrationhistory table, or pass --delete-ghost-migrations
! to South to have it delete ALL of these records (this may not be good).
'''
''' # noqa
def test_match(stderr):