-
Notifications
You must be signed in to change notification settings - Fork 21
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 broadbean with ruff #811
Conversation
964c88e
to
9415d54
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #811 +/- ##
==========================================
- Coverage 72.01% 71.88% -0.13%
==========================================
Files 9 9
Lines 1547 1547
==========================================
- Hits 1114 1112 -2
- Misses 433 435 +2 ☔ View full report in Codecov by Sentry. |
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.
Looks good to me!
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
b925ef9
to
f952fbd
Compare
for more information, see https://pre-commit.ci
This replaces darker with the ruff formatter.
I think that by now formatting has become so established that it makes sense to format all our code automatically