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

[pyupgrade] Implement import-replacement rule (UP035) #2049

Merged
merged 50 commits into from
Jan 31, 2023
Merged

[pyupgrade] Implement import-replacement rule (UP035) #2049

merged 50 commits into from
Jan 31, 2023

Commits on Jan 20, 2023

  1. Basic groundwork laid

    colin99d committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    cf9155f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Going to WIPE libcst

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    6b5c4aa View commit details
    Browse the repository at this point in the history
  2. Fixed conversion

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    04ac882 View commit details
    Browse the repository at this point in the history
  3. Need to switch

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    9ac1642 View commit details
    Browse the repository at this point in the history
  4. Merged

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    34b28fc View commit details
    Browse the repository at this point in the history
  5. Better indentation tests

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    ac38462 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c1d391 View commit details
    Browse the repository at this point in the history
  7. Fixed fmt and nightly

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    7035102 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51f6d5c View commit details
    Browse the repository at this point in the history
  9. Added some fixes

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    1980519 View commit details
    Browse the repository at this point in the history
  10. Fixed a bug in formatting

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    1fbd14c View commit details
    Browse the repository at this point in the history
  11. Fixed formatting error

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    b7016fa View commit details
    Browse the repository at this point in the history
  12. Fixed formatting errors

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    0448418 View commit details
    Browse the repository at this point in the history
  13. Got base tests going

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3bf08dd View commit details
    Browse the repository at this point in the history
  14. Got the mods in

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    b0d2456 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    860a1d1 View commit details
    Browse the repository at this point in the history
  16. Fixed some formatting

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    4a8263a View commit details
    Browse the repository at this point in the history
  17. Fixed clippy

    colin99d committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    08c2174 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    8e98545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4d68a View commit details
    Browse the repository at this point in the history
  3. An MVP with no known bugs

    colin99d committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    30a7180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f811a84 View commit details
    Browse the repository at this point in the history
  5. Handled one last issue

    colin99d committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    b326a29 View commit details
    Browse the repository at this point in the history
  6. Fixed some more stuff

    colin99d committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    af1af04 View commit details
    Browse the repository at this point in the history
  7. Added some fixes

    colin99d committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    e8a55a7 View commit details
    Browse the repository at this point in the history
  8. Fixed clippy

    colin99d committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    679a134 View commit details
    Browse the repository at this point in the history
  9. Deleted unused snapshots

    colin99d committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    fd8f418 View commit details
    Browse the repository at this point in the history
  10. Fixed typos

    colin99d committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    ac95e2c View commit details
    Browse the repository at this point in the history
  11. Fixed typos

    colin99d committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    e9bd812 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Added some tests

    colin99d committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    943585c View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    colin99d committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    42ae4c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    50c85ac View commit details
    Browse the repository at this point in the history
  2. Recommended changes

    colin99d committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    04cd251 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    65cc26a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    9d67f07 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    603c10b View commit details
    Browse the repository at this point in the history
  2. Removed six stuff

    colin99d committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f7cbd58 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ImportReplacements' of https://github.com/colin99d/ruff

    …into ImportReplacements
    colin99d committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    880ebca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91c38b6 View commit details
    Browse the repository at this point in the history
  5. removed six

    colin99d committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    0c0a098 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'ImportReplacements' of https://github.com/colin99d/ruff

    …into ImportReplacements
    colin99d committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    3d820f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd53580 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c071895 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef4d532 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2af94db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd7ea96 View commit details
    Browse the repository at this point in the history
  12. Always flag

    charliermarsh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1cb84fc View commit details
    Browse the repository at this point in the history
  13. Flag multi

    charliermarsh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    53d6b1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dad535f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f17c2ff View commit details
    Browse the repository at this point in the history