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

Format code #173

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Format code #173

wants to merge 3 commits into from

Commits on Apr 12, 2024

  1. Add black and isort as pre-commit hooks

    Also, configure isort to use compatible formatting.
    kurtmckee committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4eb073a View commit details
    Browse the repository at this point in the history
  2. Run pre-commit run -a isort

    This also addresses a formatting discrepancy in `idna-data`
    so that it aligns with the isort formatting.
    kurtmckee committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d41ef32 View commit details
    Browse the repository at this point in the history
  3. Run pre-commit run -a black

    kurtmckee committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9041ba2 View commit details
    Browse the repository at this point in the history