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

Invalid escape sequences #1370

Open
DeborahVolpe opened this issue Jun 3, 2024 · 0 comments
Open

Invalid escape sequences #1370

DeborahVolpe opened this issue Jun 3, 2024 · 0 comments
Labels

Comments

@DeborahVolpe
Copy link

Your code presents some invalid escape sequences that are considered errors from python 11. Please check: https://docs.astral.sh/ruff/rules/invalid-escape-sequence/
A clear and concise description of the bug.

Steps To Reproduce
With CI workflow for analyzing the code, errors like:

E SyntaxError: invalid escape sequence '?'

rises in the comment lines

Expected Behavior
A clear and concise description of what you expected to happen.

Environment

  • for all the OS
  • for python in range 3.9 to 3.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant