Skip to content

Commit

Permalink
style: Fix 'noqa' for flake8 3.8.0
Browse files Browse the repository at this point in the history
There was a change in behavior of E402, see:
https://gitlab.com/pycqa/flake8/-/issues/638#note_345108633
  • Loading branch information
adrienverge committed Jul 8, 2020
1 parent bbcad94 commit 954fdd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -6,9 +6,9 @@
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 ------------------------------------------------

Expand Down

0 comments on commit 954fdd5

Please sign in to comment.