-
Notifications
You must be signed in to change notification settings - Fork 95
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
1792 Add docstrings to upgrade.py
#2512
1792 Add docstrings to upgrade.py
#2512
Conversation
upgrage.py
upgrade.py
Looking great, we will be reviewing this during the week, we're in the process of releasing, so if this does not enter in this current release, it will be in the next 🚀 |
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.
Hi @arjxn-py, thanks so much for your contribution. There are some minor style changes needed, but once that is done, we can get this merged!
- Use `@override` for `_version_specific_upgrade_steps` - Remove upgrade docstrings unless a note
Thanks for the constructive review @dcmcand, i've made the suggested changes, hope I interpreted it correctly. fix end of files.....................................(no files to check)Skipped
trim trailing whitespace.............................(no files to check)Skipped
check json...........................................(no files to check)Skipped
check yaml...........................................(no files to check)Skipped
check toml...........................................(no files to check)Skipped
check that executables have shebangs.................(no files to check)Skipped
codespell............................................(no files to check)Skipped
black................................................(no files to check)Skipped
ruff.................................................(no files to check)Skipped
isort................................................(no files to check)Skipped
Terraform fmt........................................(no files to check)Skipped |
In addition to that, I see that So should I use |
ah, good catch, yes, use |
You should be able to run it. Use |
Yes, thanks it works 🚀 |
Oh Conda build failing, I just noticed that conda has the latest release of version |
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.
Thanks for the quality contribution @arjxn-py 🚀
Should fix #1792
This PR adds file-level documentation strings for
upgrade.py
What does this implement/fix?
Testing