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

Implement flake8-tidy-imports #789

Merged
merged 1 commit into from
Nov 17, 2022
Merged

Implement flake8-tidy-imports #789

merged 1 commit into from
Nov 17, 2022

Conversation

charliermarsh
Copy link
Member

This PR implements I252 (banned relative imports). The other rules will come in a separate PR.

The one difference from flake8-tidy-imports is that I've changed the configuration values from parents and true to "parents" and "all", since TOML has types unlike INI.

This was referenced in #283.

@charliermarsh charliermarsh merged commit f0a5471 into main Nov 17, 2022
@charliermarsh charliermarsh deleted the charlie/tidy branch November 17, 2022 16:44
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.

1 participant