mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-22 07:36:25 -06:00
style: Fix 'noqa' for flake8 3.8.0
There was a change in behavior of E402, see: https://gitlab.com/pycqa/flake8/-/issues/638#note_345108633
This commit is contained in:
parent
bbcad943b6
commit
954fdd5e8f
@ -6,9 +6,9 @@ import sys
|
||||
import os
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
sys.path.insert(0, os.path.abspath('..')) # noqa
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
from yamllint import __copyright__, APP_NAME, APP_VERSION
|
||||
from yamllint import __copyright__, APP_NAME, APP_VERSION # noqa
|
||||
|
||||
# -- General configuration ------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user