-
Notifications
You must be signed in to change notification settings - Fork 525
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
Apply black
to pyomo/solvers
directory py
files
#2732
Conversation
Codecov ReportBase: 87.04% // Head: 87.00% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2732 +/- ##
==========================================
- Coverage 87.04% 87.00% -0.05%
==========================================
Files 771 771
Lines 86167 86626 +459
==========================================
+ Hits 75004 75367 +363
- Misses 11163 11259 +96
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Fixes (Partly) #329
Summary/Motivation:
This is the first in a relatively long string of PRs to apply PEP8 standards via
black
to Pyomo. We are following the standard used by IDAES except that we are adding the-S
option:Don't normalize string quotes or prefixes
and the-C
option:Don't use trailing commas as a reason to split lines.
NOTE: All changes are NFC.
Full command used:
cd pyomo/solvers && black -S -C .
Changes proposed in this PR:
black
to thepyomo/solvers
directorypy
filesLegal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: