flake8-mypy
flake8-mypy copied to clipboard
Support `from .. import X` #1
Currently it raises "Relative import climbs too many namespaces"
I get No parent module -- cannot perform relative import and no further linting results.
up
I get T484 Relative import climbs too many namespaces so unfortunately i cant tell flake8 to ignore it as its the same error code as type mismatches. This is on flake8-mypy 17.8.0
How can I ignore this error?