flake8-mypy icon indicating copy to clipboard operation
flake8-mypy copied to clipboard

Support `from .. import X` #1

Open gugu opened this issue 8 years ago • 4 comments

Currently it raises "Relative import climbs too many namespaces"

gugu avatar Oct 04 '17 12:10 gugu

I get No parent module -- cannot perform relative import and no further linting results.

languitar avatar Jun 06 '18 14:06 languitar

up

xdev-x avatar Jun 21 '18 09:06 xdev-x

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

Strum355 avatar Jul 12 '18 13:07 Strum355

How can I ignore this error?

eirenik0 avatar Aug 15 '18 08:08 eirenik0