-
Notifications
You must be signed in to change notification settings - Fork 104
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-ing and isort-ing the azure_functions_worker #988
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #988 +/- ##
===========================================
- Coverage 82.76% 32.39% -50.38%
===========================================
Files 33 33
Lines 1677 1664 -13
Branches 267 267
===========================================
- Hits 1388 539 -849
- Misses 226 1124 +898
+ Partials 63 1 -62
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
4f526fb
to
fee8fe2
Compare
Description
Cleaning up code by introducing
Black
andisort
to the source. This is first of the series of PRs to move out of thesetuptools
tobuild
.Also to introduce structure in the code process. Some good example references:
wntrblm/nox#458
PR information
Quality of Code and Contribution Guidelines