-
Notifications
You must be signed in to change notification settings - Fork 292
Extend clippy to include clippy::pedantic
#695
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
please review |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #695 +/- ##
==========================================
+ Coverage 93.72% 93.73% +0.01%
==========================================
Files 99 99
Lines 13804 13814 +10
Branches 25 25
==========================================
+ Hits 12938 12949 +11
+ Misses 860 859 -1
Partials 6 6
Continue to review full report in Codecov by Sentry.
|
CodSpeed Performance ReportMerging #695 Summary
Benchmarks breakdown
|
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.
I didn't review every change in detail but what I did see looked good, also no changes in tests or benchmarks. So 👍 from here.
Change Summary
Adds
-W clippy::pendantic
to our lint job. Because this namespace is extremely prescriptive, I re-enabled all the rules where we currently have lint errors.I've then run through a bunch of the easy wins and fixed those up. Over time we may want to snipe off some of the other rules, although I expect some to always be permitted.
Related issue number
Closes #666
Checklist
pydantic-core
(except for expected changes)Selected Reviewer: @adriangb