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

🖤 Black formatter #6

Merged
merged 3 commits into from
Mar 16, 2023
Merged

🖤 Black formatter #6

merged 3 commits into from
Mar 16, 2023

Conversation

mrharpo
Copy link
Contributor

@mrharpo mrharpo commented Mar 15, 2023

Black

Adds black formatter check to CI tests

Options

  • -v verbose
  • -S Skip string normalization
    • Without, it corrects all ' -> "
  • --check Raise an error instead of fixing
    • We could enable write permissions and allow the action to correct files and commit them
  • --diff Show the diff of what it would correct
  • --color Show the diff output in color

@mrharpo mrharpo added the CI 🦾 Relating to Continuous Integration label Mar 15, 2023
@mrharpo mrharpo added this to the v0.1.0 Demo 🏗️ milestone Mar 15, 2023
@mrharpo mrharpo self-assigned this Mar 15, 2023
@mrharpo mrharpo temporarily deployed to Codecov March 15, 2023 21:16 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #6 (fb77a86) into main (3cdccd2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #6   +/-   ##
=======================================
  Coverage   54.16%   54.16%           
=======================================
  Files           4        4           
  Lines          48       48           
=======================================
  Hits           26       26           
  Misses         22       22           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mrharpo mrharpo merged commit 2f46f3c into main Mar 16, 2023
@mrharpo mrharpo deleted the black branch March 16, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🦾 Relating to Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant