Skip to content

Conversation

@nafg
Copy link

@nafg nafg commented Nov 20, 2025

Use raw string (r'...') for regex pattern to avoid SyntaxWarning about invalid escape sequences like \w. This warning will become an error in future Python versions.

(I used Claude Code for this)

Use raw string (r'...') for regex pattern to avoid SyntaxWarning about
invalid escape sequences like \w. This warning will become an error in
future Python versions.
@nafg
Copy link
Author

nafg commented Nov 20, 2025

(I encountered the warning after enabling the nod rubber stamp)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant