Open mamikonyan opened 6 years ago
Please add a call to re.escape() like so:
MYPY_ERROR_TEMPLATE.format(filename=re.escape(re_filename)),
Good call! Could you make a pull request to that effect? I'll happily accept it.
Please add a call to re.escape() like so: