msherry / flycheck-pycheckers

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

Allow any uppercase letter for flake8 error types #44

Closed lbolla closed 5 years ago

lbolla commented 5 years ago

Fix #43

msherry commented 5 years ago

This seems like a reasonable change, thanks for implementing it!