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 not honouring pyproject.toml when using stdin and calling black from parent directory #3719

Merged

Commits on Jun 5, 2023

  1. add test that finds and reads pyproject.toml based on stdin

    Renan Rodrigues committed Jun 5, 2023
    Copy the full SHA
    dfe7f6c View commit details
    Browse the repository at this point in the history
  2. Fix behavior when running black with stdin and pyproject.toml isn't i…

    …n cwd
    Renan Rodrigues committed Jun 5, 2023
    Copy the full SHA
    c461506 View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.md

    Renan Rodrigues committed Jun 5, 2023
    Copy the full SHA
    b34c399 View commit details
    Browse the repository at this point in the history
  4. fix linting

    Renan Rodrigues committed Jun 5, 2023
    Copy the full SHA
    fd6b4d6 View commit details
    Browse the repository at this point in the history