-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
Allow using --import
option with Autoflake
#16192
Merged
Merged
Commits on Jul 15, 2022
-
Remove hardcoded argument from autoflake linter
Move "--remove-all-unused-imports" to a default argument rather than a hardcoded portion of the command for autoflake. This allows a user to override if the'd prefer a more conservative run of autoflake.
Thomas Dimiduk committedJul 15, 2022 Configuration menu - View commit details
-
Copy full SHA for f9f10b7 - Browse repository at this point
Copy the full SHA f9f10b7View commit details -
pass default through super call
Thomas Dimiduk committedJul 15, 2022 Configuration menu - View commit details
-
Copy full SHA for d7ac781 - Browse repository at this point
Copy the full SHA d7ac781View commit details -
add comment about why default was added
Thomas Dimiduk committedJul 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 69ee9af - Browse repository at this point
Copy the full SHA 69ee9afView commit details -
Thomas Dimiduk committed
Jul 15, 2022 Configuration menu - View commit details
-
Copy full SHA for b472249 - Browse repository at this point
Copy the full SHA b472249View commit details
Commits on Jul 19, 2022
-
Update src/python/pants/option/option_types.py
Co-authored-by: Joshua Cannon <joshdcannon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3d10242 - Browse repository at this point
Copy the full SHA 3d10242View commit details
Commits on Jul 21, 2022
-
Another attempt to fix the type annotation
Benjy Weinberger authoredJul 21, 2022 Configuration menu - View commit details
-
Copy full SHA for d530ae7 - Browse repository at this point
Copy the full SHA d530ae7View commit details -
add type ignore and use None instead of []
Thomas Dimiduk committedJul 21, 2022 Configuration menu - View commit details
-
Copy full SHA for e64047a - Browse repository at this point
Copy the full SHA e64047aView commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8f65014 - Browse repository at this point
Copy the full SHA 8f65014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6828a98 - Browse repository at this point
Copy the full SHA 6828a98View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.