ambv / flake8-mypy

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

Adapt test_clash for changes in mypy and typeshed master. #4

Closed carljm closed 7 years ago

carljm commented 7 years ago

UserDict is now concrete: https://github.com/python/typeshed/pull/1477

And error message format changed slightly for non-subscripted generic types.

Also added test docstring that would have saved me some time understanding what the test was about.