mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-30 14:44:05 +00:00
Ignore flake8 errors with inline comments: F401,F403
This commit is contained in:
@@ -2,6 +2,6 @@ import sys
|
|||||||
|
|
||||||
|
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
from .win32 import *
|
from .win32 import * # noqa: F401,F403
|
||||||
else:
|
else:
|
||||||
from .unix import *
|
from .unix import * # noqa: F401,F403
|
||||||
|
|||||||
Reference in New Issue
Block a user