-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: enable and run black formatter #1413
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1413 +/- ##
===========================================
+ Coverage 82.99% 97.96% +14.97%
===========================================
Files 225 153 -72
Lines 5016 4327 -689
===========================================
+ Hits 4163 4239 +76
+ Misses 670 88 -582
+ Partials 183 0 -183
... and 319 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
source/databricks/calculation-engine/package/calculation_input/grid_loss_responsible.py
Outdated
Show resolved
Hide resolved
source/databricks/calculation-engine/package/calculation/energy/energy_calculation.py
Show resolved
Hide resolved
source/databricks/calculation-engine/package/calculation/energy/energy_calculation.py
Show resolved
Hide resolved
source/databricks/calculation-engine/package/calculation_input/calculation_input_reader.py
Show resolved
Hide resolved
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.
Nice - just a few wishes left as comments
This reverts commit c1c005c.
This reverts commit f5775ea.
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.
Approved workflow files
Description
Black has not worked automatically in our code for some time. This is now fixed and black formatting has been rn on our python code
References