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]: Removes quotes from annotations #2431

Merged
merged 30 commits into from
Feb 5, 2023
Merged

[pyupgrade]: Removes quotes from annotations #2431

merged 30 commits into from
Feb 5, 2023

Commits on Jan 30, 2023

  1. Layed some groundwork

    colin99d committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8ec2894 View commit details
    Browse the repository at this point in the history
  2. Got an MVP going

    colin99d committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    86284de View commit details
    Browse the repository at this point in the history
  3. Got an MVP going

    colin99d committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    ba1298c View commit details
    Browse the repository at this point in the history
  4. Added annassign and return

    colin99d committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a6b8ce1 View commit details
    Browse the repository at this point in the history
  5. Added some test cases

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

Commits on Feb 1, 2023

  1. Resolved merge conflicts

    colin99d committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    beaa3ce View commit details
    Browse the repository at this point in the history
  2. Going to conter to libcst

    colin99d committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    726f2f3 View commit details
    Browse the repository at this point in the history
  3. Added fixes

    colin99d committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a4bd92b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merged with main

    colin99d committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    660a6ff View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Fixed typing issue

    colin99d committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3fe97d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee8509f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    44a7e02 View commit details
    Browse the repository at this point in the history
  2. Fixed issue

    colin99d committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    b5e5688 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c125bc5 View commit details
    Browse the repository at this point in the history
  4. Added all tests

    colin99d committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8908e1e View commit details
    Browse the repository at this point in the history
  5. Added all tests

    colin99d committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    42d9f3c View commit details
    Browse the repository at this point in the history
  6. Added more tests

    colin99d committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    7720fe0 View commit details
    Browse the repository at this point in the history
  7. Added more tests

    colin99d committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    a880318 View commit details
    Browse the repository at this point in the history
  8. Finalized MVP

    colin99d committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    d448aea View commit details
    Browse the repository at this point in the history
  9. Fixed clippy except one

    colin99d committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    2c4a7fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48461da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    72c179e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    791b44b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a43fcbb View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Use raw contents

    charliermarsh committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    98937a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aac6a7 View commit details
    Browse the repository at this point in the history
  3. Fix MypyExtension

    charliermarsh committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    5157046 View commit details
    Browse the repository at this point in the history
  4. Tweak function

    charliermarsh committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    8cd9332 View commit details
    Browse the repository at this point in the history
  5. Tweak message

    charliermarsh committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    3ceb092 View commit details
    Browse the repository at this point in the history
  6. Update fixture

    charliermarsh committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    85d0f01 View commit details
    Browse the repository at this point in the history