ambv / flake8-mypy

A plugin for flake8 integrating Mypy.
MIT License
101 stars 17 forks source link

Change the default config to disallow untyped defs #2

Open ambv opened 7 years ago

ambv commented 7 years ago

Make errors from it a new "note:"-class message. This would make integrations with editors and review tools like Phabricator more informant that new code should be type-checked.