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

ci: Enforce formatting with black #54

Merged
merged 3 commits into from
Sep 23, 2023
Merged

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    7c3544d View commit details
    Browse the repository at this point in the history
  2. ci(format): Validate formatting in pre-merge checks

    Do not run `black` against 3.7 because this version is unsupported and support will be removed in a future PR
    mrwilson committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    c85baee View commit details
    Browse the repository at this point in the history
  3. ci(format): Apply black to codebase

    Formatting is turned off for the cli options block in `__init__.py` because I want them manually formatted and aligned for readability
    mrwilson committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    55f8ecf View commit details
    Browse the repository at this point in the history