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] Automatically rewrite format-strings to f-strings #1905

Merged
merged 28 commits into from
Jan 17, 2023
Merged

[pyupgrade] Automatically rewrite format-strings to f-strings #1905

merged 28 commits into from
Jan 17, 2023

Commits on Jan 15, 2023

  1. Layed a foundation

    colin99d committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    83319f1 View commit details
    Browse the repository at this point in the history
  2. Made progress

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

Commits on Jan 16, 2023

  1. Added unit tests

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c7c5056 View commit details
    Browse the repository at this point in the history
  2. Got something working

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    6b3430b View commit details
    Browse the repository at this point in the history
  3. Got all positive tests in

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    0da7543 View commit details
    Browse the repository at this point in the history
  4. Got all positive tests in

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    47454c7 View commit details
    Browse the repository at this point in the history
  5. Added error handling

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    d516a63 View commit details
    Browse the repository at this point in the history
  6. Improved error handling

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f56f682 View commit details
    Browse the repository at this point in the history
  7. Actually make a string

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    220bf74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e95588 View commit details
    Browse the repository at this point in the history
  9. Made a lot of progress

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c518410 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    62e8a41 View commit details
    Browse the repository at this point in the history
  11. Typos and fmt

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    3f16a2a View commit details
    Browse the repository at this point in the history
  12. Fixed some small things

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e48cf15 View commit details
    Browse the repository at this point in the history
  13. Fixed some small things

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    d30ebc9 View commit details
    Browse the repository at this point in the history
  14. two more rules

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    b4624ef View commit details
    Browse the repository at this point in the history
  15. two more rules

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

    colin99d committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ed871cc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    be4bb47 View commit details
    Browse the repository at this point in the history
  18. Fixed more clippy issues:

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

Commits on Jan 17, 2023

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

    charliermarsh committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ffbbd43 View commit details
    Browse the repository at this point in the history
  3. Minor refactors

    charliermarsh committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    be5029b View commit details
    Browse the repository at this point in the history
  4. Minor refactors

    charliermarsh committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    0e7fcd8 View commit details
    Browse the repository at this point in the history
  5. Use RustPython parser

    charliermarsh committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    bf83d2e View commit details
    Browse the repository at this point in the history
  6. Use RustPython parser

    charliermarsh committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d87da2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2692121 View commit details
    Browse the repository at this point in the history
  8. Change format

    charliermarsh committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    87c31e6 View commit details
    Browse the repository at this point in the history