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

Provide compatibility with Black 24.2 #550

Merged
merged 9 commits into from
Mar 9, 2024
Merged

Provide compatibility with Black 24.2 #550

merged 9 commits into from
Mar 9, 2024

Commits on Mar 8, 2024

  1. Local implementation of find_pyproject_toml()

    This ensures we use `find_project_root()` from Darkgraylib, avoiding
    incompatibilities with different Black versions.
    akaihola committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5181d04 View commit details
    Browse the repository at this point in the history
  2. Adapt to new darkgraylib.find_project_root()

    - needs hashable input sequence of paths
    - doesn't return method of finding the root
    akaihola committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b1e4435 View commit details
    Browse the repository at this point in the history
  3. Update the change log

    akaihola committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9834caf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    217cd54 View commit details
    Browse the repository at this point in the history
  5. Add module docstrings

    akaihola committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3f6f5c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02c49bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b26bdb9 View commit details
    Browse the repository at this point in the history
  8. Require black>=22.3.0

    This simplifies our local implementation of `find_pyproject_toml()`.
    akaihola committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9589768 View commit details
    Browse the repository at this point in the history
  9. Test with newest Black

    akaihola committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ef616b0 View commit details
    Browse the repository at this point in the history