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 AST safety check false negative #4270

Merged
merged 8 commits into from
Mar 10, 2024
Merged

Commits on Mar 9, 2024

  1. Fix AST safety check false negative

    Fixes psf#4268
    
    Previously we would allow whitespace changes in all strings, now
    only in docstrings.
    JelleZijlstra committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    160c70b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f996e03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    964a92c View commit details
    Browse the repository at this point in the history
  4. fix tests

    JelleZijlstra committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ad81f14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a29d68 View commit details
    Browse the repository at this point in the history
  6. reverse

    JelleZijlstra committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    cf5a091 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Update src/black/parsing.py

    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    JelleZijlstra and hauntsaninja committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    02c3c1c View commit details
    Browse the repository at this point in the history
  2. Update tests/test_black.py

    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    JelleZijlstra and hauntsaninja committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2a65077 View commit details
    Browse the repository at this point in the history