Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Third-party after local import should be forbidden but isn't #171

Open
hydrargyrum opened this issue Apr 27, 2020 · 0 comments
Open

Third-party after local import should be forbidden but isn't #171

hydrargyrum opened this issue Apr 27, 2020 · 0 comments

Comments

@hydrargyrum
Copy link

When putting a third-party import after local import, pep8 style should reject it, but it doesn't:

% cat test.py
import os

import third

from .local import something

import party
% flake8 test.py --select=I2 --import-order-style=pep8 && echo no problem
no problem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant