We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pycodestyle 2.4 was released recently and shows up new errors:
setup.py:221:2: W605 invalid escape sequence '\.' setup.py:221:4: W605 invalid escape sequence '\.' setup.py:221:14: W605 invalid escape sequence '\w' setup.py:221:17: W605 invalid escape sequence '\(' setup.py:221:23: W605 invalid escape sequence '\)' setup.py:221:25: W605 invalid escape sequence '\s' setup.py:221:30: W605 invalid escape sequence '\s' gssapi/raw/oids.pyx:11:13: W504 line break after binary operator gssapi/raw/cython_converters.pxd:35:13: W504 line break after binary operator ERROR: InvocationError for command '/bin/bash -c source ./.travis/lib-verify.sh && verify::flake8' (exited with code 1) ___________________________________ summary ____________________________________ ERROR: py27: commands failed
Same for python3.6.
The text was updated successfully, but these errors were encountered:
Fix errors found by a new pycodestyle 2.4
f8078a0
Fixes: pythongssapi#160.
3918605
Fixes: #160.
No branches or pull requests
pycodestyle 2.4 was released recently and shows up new errors:
Same for python3.6.
The text was updated successfully, but these errors were encountered: