-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
I'd like to fix the following invalid escape sequences scattered across the click code.
click/core.py:1253: DeprecationWarning: invalid escape sequence \s
"""
click/_compat.py:14: DeprecationWarning: invalid escape sequence [
_ansi_re = re.compile('\033[((?:\d|;)*)([a-zA-Z])')
click/decorators.py:111: DeprecationWarning: invalid escape sequence \s
""
If no one disagrees, I'll create a diff making these r''
Metadata
Metadata
Assignees
Labels
No labels