-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
v2.17.0 regression related to W0407: preferred-modules #8453
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
Comments
@d33bs Would you have time to look into this? It feels like we shouldn't use |
Thanks @DanielNoord, taking a look into this and will open a PR for a fix! |
I am afraid that the bug is not fixed, even in 3.0.0a6 because I tried to uncomment the rule skip on my project and still got those errors. I am running pylint using pre-commit and version |
Would you mind providing a reproducer @ssbarnea, please ? |
Bug description
v2.17.0 release broke the W0407 rule by making the match trigger on partial string match.
This was working fine in v2.16.3 but now we need to disable preffered-modules for the moment.
Configuration
Command used
Pylint output
Expected behavior
No error
Pylint version
OS / Environment
No response
Additional dependencies
No response
Related: #7957
The text was updated successfully, but these errors were encountered: