ambv / flake8-mypy

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

Support `from . import X` #1

Closed ambv closed 7 years ago

ambv commented 7 years ago

Currently it raises a rather confusing:

T484 No parent module -- cannot perform relative import
ambv commented 7 years ago

This is done.