-
Notifications
You must be signed in to change notification settings - Fork 3
pylint/flake8: paths_cli.wizard
#66
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
Conversation
main thing left is, I think, wizard.py
Codecov Report
@@ Coverage Diff @@
## main #66 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 52 58 +6
Lines 2185 2293 +108
==========================================
+ Hits 2185 2293 +108
Continue to review full report at Codecov.
|
|
This is ready for review and comment. I will leave it open for at least 24 hours, merging no earlier than Fri 05 Nov 15:00 GMT (11:00 my local). |
sroet
left a comment
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.
One question about handling capitalization in one of the errors that I noticed, otherwise LGTM
sroet
left a comment
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.
LGTM
This performs the pylint/flake8 cleanup for the
wizardsubpackage requested in #57. Mainly this involved removing some unused imports and unused code and adding a lot of docstrings.The Wizard API is still expected to be in a state of rapid flux (even after the v0.3 release) so some parameters that are likely to be removed are not always documented, and some methods that are likely to be removed are only partly documented. I also marked a few things as likely to change in the near future.
Code style exceptions to pylint/flake8 rules here: https://gist.github.com/dwhswenson/1361b849866af98e7f8e6599810670b2