Skip to content
New issue

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

W605 invalid escape sequence #4430

Closed
dynamic-entropy opened this issue Mar 16, 2021 · 0 comments · Fixed by #4431
Closed

W605 invalid escape sequence #4430

dynamic-entropy opened this issue Mar 16, 2021 · 0 comments · Fixed by #4431

Comments

@dynamic-entropy
Copy link
Contributor

Motivation

As of Python 3.6, a backslash-character pair that is not a valid escape sequence now generates a DeprecationWarning. This will eventually become a SyntaxError. https://www.flake8rules.com/rules/W605.html

Modification

Convert noqa: W605 to raw strings.

bari12 added a commit that referenced this issue Mar 26, 2021
Warnings: converted noqa W605 strings to raw strings Fix #4430
@bari12 bari12 added this to the 1.25.2 milestone Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants