Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update category regex match in lint.py
The "\$" in the regex string collides with Python's escape sequence in string literals. Changing the string literal into a raw string literal to treat backslashes as literal characters instead of trying to escape the next character.
- Loading branch information