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

Fix violation code conflicts with flake8-import-order #108

Closed
wants to merge 3 commits into from

Conversation

labrys
Copy link

@labrys labrys commented Jun 24, 2018

This adds 50 to the violation codes:

OLD CODE NEW CODE VIOLATION
I200 I250 Unnecessary import alias
I200 I251 Banned import

This adds 50 to the violation codes:

| OLD CODE | NEW CODE | VIOLATION |
| ------------ | ------------- | ------------ |
| I200 | I250 | Unnecessary import alias
| I200 | I251 | Banned import
@labrys
Copy link
Author

labrys commented Jun 24, 2018

Closes #106

@labrys
Copy link
Author

labrys commented Jun 24, 2018

I'll have to look at why the tests are failing later

@adamchainz
Copy link
Owner

Hi,

Sorry I didn't reply before.

Would you have time to rebase this on top of changes since, and ensure the tests pass?

Thanks,

Adam

adamchainz pushed a commit that referenced this pull request Jan 4, 2020
@adamchainz
Copy link
Owner

Superceded by #176.

@adamchainz adamchainz closed this Jan 4, 2020
@adamchainz
Copy link
Owner

#176 was merged and this has been released in version 4.0.0: https://pypi.org/project/flake8-tidy-imports/4.0.0/ 🎺

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

Successfully merging this pull request may close these issues.

2 participants