-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[pylint
] Stabilize import-outside-top-level
(PLC0415
)
#18554
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
|
code | total | + violation | - violation | + fix | - fix |
---|---|---|---|---|---|
PLC0415 | 5984 | 5984 | 0 | 0 | 0 |
Linter (preview)
✅ ecosystem check detected no linter changes.
0370d8a
to
040fb6b
Compare
040fb6b
to
9252447
Compare
9252447
to
829acf4
Compare
88d1715
to
efb8bf4
Compare
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 think this test could also have PreviewMode
removed now:
Oh I also meant to say, based on the ecosystem results, that this seems like a pretty opinionated rule that people are likely to disable, but I think that's okay. The cases I checked looked like true positives but also potentially valid for the reasons we mention in the rule docs, which seems like a good case for |
No description provided.