Closed andrew-regan closed 7 years ago
@pgjones FYI
Thanks. I think the current master branch should fix this, could you try it and confirm?
@pgjones I can confirm that it fixes the issue for me. Thanks!
@pgjones confirmed and thanks for the quick fix!
Thanks, 0.14.1 released.
I have several import statements that wrap lines due to line length restrictions. The recent changes for I202 flag these as in violation.
Examples:
I also haven't found a way to ignore these by adding
# noqa: I202
because that looks to also cause I202 to be raised.