-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Enforce PEP-585 #10594
base: develop
Are you sure you want to change the base?
Enforce PEP-585 #10594
Conversation
✅ Deploy Preview for niobium-lead-7998 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## develop #10594 +/- ##
============================================
- Coverage 80.26% 67.94% -12.33%
============================================
Files 461 459 -2
Lines 40013 40008 -5
============================================
- Hits 32115 27182 -4933
- Misses 7898 12826 +4928 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Reference. PEP-585
Changes
UP006
from the ignore list inpyproject.toml
invoke lint --fix --unsafe-fixes
invoke lint
(usesruff format
+ruff check
)For more information about contributing, see Contribute.
After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!