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: additional newline added to docstring when the previous line length is less than the line length limit minus 1 #4185

Merged
merged 10 commits into from Feb 5, 2024

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    3862e4d View commit details
    Browse the repository at this point in the history
  2. Adjusted adjusted conditional in visit_STRING to ensure a newline is …

    …not added unnecessarily in a docstring.
    veryslowcode committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f3132db View commit details
    Browse the repository at this point in the history
  3. Updated CHANGES.md.

    veryslowcode committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ffd7e8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96853fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d10651f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

  1. Update src/black/linegen.py

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    veryslowcode and JelleZijlstra committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9dcfd22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e96f4 View commit details
    Browse the repository at this point in the history
  3. update schema

    JelleZijlstra committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2bef11b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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