PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278 stars 72 forks source link

Fix warning in noqa regexp #165

Closed ateraz closed 5 years ago

ateraz commented 5 years ago

Regular expression for finding # noqa comments produces DeprecationWarning: invalid escape sequence \s when installing flake8-import-order as a requirement in setup.py. This line also fails pycodestyle check with message W605 - invalid escape sequence '\s'. Environment to reproduce - python3.7, setuptools 39.0.1.