-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
False positive: arguments-differ for __init_subclass__ in generic #8919
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Comments
Thanks! |
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Aug 5, 2023
…ubclass__`. Closes pylint-dev#8919
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Aug 5, 2023
…ubclass__`. Closes pylint-dev#8919
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Aug 5, 2023
…ubclass__`. Closes pylint-dev#8919
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Aug 5, 2023
…ubclass__`. Closes pylint-dev#8919
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Aug 7, 2023
…ubclass__`. Closes pylint-dev#8919
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Bug description
Configuration
No response
Command used
Pylint output
Expected behavior
I believe this is a false positive.
When I don't inherit from
Generic[T]
, the error goes away.Pylint version
OS / Environment
MacOS Ventura 13.5
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: