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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: