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

Fix incorrect linenos on fstring tokens with escaped newlines #4423

Merged
merged 4 commits into from
Aug 1, 2024

Commits on Aug 1, 2024

  1. Fix incorrect linenos on fstring tokens with escaped newlines

    I don't think this can affect Black itself much (maybe for formatting
    ranges), but I ran into this with https://github.com/JelleZijlstra/lib2toast
    JelleZijlstra committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    cf47eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0998679 View commit details
    Browse the repository at this point in the history
  3. format

    JelleZijlstra committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d1789dd View commit details
    Browse the repository at this point in the history
  4. fix 3.8

    JelleZijlstra committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d193bd5 View commit details
    Browse the repository at this point in the history