flake8-mypy
flake8-mypy copied to clipboard
Escape file names before them passing into `MYPY_ERROR_TEMPLATE`.
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.