-
Notifications
You must be signed in to change notification settings - Fork 1.1k
pyupgrade --py36-plus, license year #1050
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
Ok, I believe we can overlook the remaining coverage issues in |
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.
Looks great, thanks! I found a few more strings that could be converted to f-strings. Not sure why pyupgrade didn't catch them, but I tested them and they seem to work
Also wasn't sure where test_get_sky_diffuse_invalid
came from, seems not related to this pr.
Co-authored-by: Mark Mikofski <[email protected]>
Co-authored-by: Mark Mikofski <[email protected]>
Co-authored-by: Mark Mikofski <[email protected]>
Co-authored-by: Mark Mikofski <[email protected]>
Co-authored-by: Mark Mikofski <[email protected]>
Co-authored-by: Mark Mikofski <[email protected]>
Co-authored-by: Mark Mikofski <[email protected]>
Co-authored-by: Mark Mikofski <[email protected]>
Co-authored-by: Mark Mikofski <[email protected]>
thanks @mikofski I noticed a couple of those and forgot to go through more carefully.
A |
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 Will! I'm super happy about this PR for some reason. Maybe it's because I ❤️ f-strings?
okay to merge? |
docs/sphinx/source/api.rst
for API changes.docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).These changes are the result of the following command:
The diff looks good to me except for maybe a couple of minor style issues. Let's see what the full test suite says...