msherry / flycheck-pycheckers

Multiple syntax checker for Python in Emacs, using Flycheck
GNU General Public License v3.0
63 stars 23 forks source link

Fix #33 Strictier regex to parse mypy output #34

Closed lbolla closed 5 years ago

lbolla commented 5 years ago

Fix for #33 As suggested, use \d when expecting digits.

msherry commented 5 years ago

Good catch! Yes, this looks better than the existing regex - thanks for fixing it!