-
Notifications
You must be signed in to change notification settings - Fork 4
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 with black #122
Format with black #122
Conversation
Codecov Report
@@ Coverage Diff @@
## master #122 +/- ##
==========================================
- Coverage 92.49% 92.28% -0.21%
==========================================
Files 61 61
Lines 1906 1906
Branches 323 323
==========================================
- Hits 1763 1759 -4
Misses 71 71
- Partials 72 76 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Yes – this first commit was just to test if all the CI rules pass before fixing author (and blame ignore). |
Use Black as the code formatter, with Ruff fixes on top. The Ruff rules are the same as before, but applied to some new files after the reformatting.
Add `.git-blame-ignore-revs` to local git config with: git config blame.ignoreRevsFile .git-blame-ignore-revs
c894257
to
95f4b23
Compare
Before merging to master, will check with everyone to make sure nobody is working on a large change that this would totally break. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Needs to be merged with a regular merge commit so the blame-ignore commit ID works!
Resolves #123
Add Black as a pre-commit hook,
run on all existing Python files.