-
Notifications
You must be signed in to change notification settings - Fork 157
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
Make CLI expose fewer globals, formatting #31
Conversation
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
==========================================
+ Coverage 94.07% 96.47% +2.39%
==========================================
Files 7 7
Lines 152 142 -10
==========================================
- Hits 143 137 -6
+ Misses 9 5 -4
Continue to review full report at Codecov.
|
Will add more tests. |
@circa10a finally yeesh |
@tlkamp since this is from |
If so, bump the version in |
Yeah, ignore my shitty branch names |
Refactors a bit of the code (
cli.py
uses fewer globals, and other code no longer relies on those globals).I ran
autopep8
against the files I worked in, please forgive me for the whitespace diffs