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

Allow using --import option with Autoflake #16192

Merged
merged 9 commits into from
Jul 22, 2022
Merged

Commits on Jul 15, 2022

  1. 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 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f9f10b7 View commit details
    Browse the repository at this point in the history
  2. pass default through super call

    Thomas Dimiduk committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d7ac781 View commit details
    Browse the repository at this point in the history
  3. add comment about why default was added

    Thomas Dimiduk committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    69ee9af View commit details
    Browse the repository at this point in the history
  4. add issue to comment

    Thomas Dimiduk committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b472249 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Update src/python/pants/option/option_types.py

    Co-authored-by: Joshua Cannon <joshdcannon@gmail.com>
    Eric-Arellano and thejcannon authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3d10242 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Another attempt to fix the type annotation

    Benjy Weinberger authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d530ae7 View commit details
    Browse the repository at this point in the history
  2. add type ignore and use None instead of []

    Thomas Dimiduk committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    e64047a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    8f65014 View commit details
    Browse the repository at this point in the history
  2. Fix fmt

    Eric-Arellano committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    6828a98 View commit details
    Browse the repository at this point in the history