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.
Regular expression for finding
# noqa
comments producesDeprecationWarning: invalid escape sequence \s
when installing flake8-import-order as a requirement in setup.py. This line also failspycodestyle
check with messageW605 - invalid escape sequence '\s'
. Environment to reproduce - python3.7, setuptools 39.0.1.