-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Modify the syntax of version option and checking python version #2283
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
snosratiershad
commented
Jan 12, 2021
- Use message and version arguments of click.version_option for better syntax instead string formatting.
- Modify pgk_dir typo.
- FIx pylint: C0103.
- DRY: remove repeated call of python version and add PYTHON_VERSION.
waylan
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.
This entire change seems completely unnecessary to me. But you have done the work and it is does update the code to Clicks current API. However, I have a couple concerned as described below. If you fix those, I'll merge this.
Ok, I will fix issues |
|
Thanks for reviews, I've tried to fix them, I wish it's will be OK |