Skip to content

Issues: pylint-dev/pylint

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

[used-before-assignment] False negative when nested in if statements C: used-before-assignment Issues related to 'used-before-assignment' check Needs decision 🔒 Needs a decision before implemention or rejection
#9859 opened Aug 5, 2024 by Kakadus
AddressFamily and SocketKind are not visible in module socket Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9850 opened Aug 3, 2024 by jolaf
Class template variable is not recognized in method body Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9848 opened Aug 3, 2024 by jolaf
False negative: Wrong number of arguments for isinstance False Negative 🦋 No message is emitted but something is wrong with the code Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9847 opened Aug 2, 2024 by nickdrozd
False positives with imported variable that shadows class Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9846 opened Aug 1, 2024 by kulikjak
False positive unused-argument in dataclass __new__ Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9843 opened Jul 30, 2024 by michele-riva
E0238 false positive when defining __slots__ in IntEnum class Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9839 opened Jul 29, 2024 by dmoklaf
Dynamic __getattr__ still leads to no-member if inference is ambiguous False Positive 🦟 A message is emitted but nothing is wrong with the code Good first issue Friendly and approachable by new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9833 opened Jul 25, 2024 by abaumfalk
Standard collection typing is 3.9+ Enhancement ✨ Improvement to a component Needs PR This issue is accepted, sufficiently specified and now needs an implementation py-version python 3.9 typing
#9819 opened Jul 20, 2024 by nickdrozd
from __future__ import annotations is 3.7+ Enhancement ✨ Improvement to a component Needs PR This issue is accepted, sufficiently specified and now needs an implementation py-version python 3.7 typing
#9818 opened Jul 20, 2024 by nickdrozd
used-before-assignment false positive for type alias C: used-before-assignment Issues related to 'used-before-assignment' check 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 python 3.12 typing
#9815 opened Jul 20, 2024 by nickdrozd
False positive not-async-context-manager with Pydantic PrivateAttr False Positive 🦟 A message is emitted but nothing is wrong with the code Lib specific 💅 This affect the code from a particular library Needs astroid Brain 🧠 Needs a brain tip in astroid (then an astroid upgrade) Needs astroid update Needs an astroid update (probably a release too) before being mergable
#9813 opened Jul 19, 2024 by jamesbraza
False positive for no-member with property setters Astroid Related to astroid Needs astroid update Needs an astroid update (probably a release too) before being mergable Needs PR This issue is accepted, sufficiently specified and now needs an implementation properties Regression
#9811 opened Jul 17, 2024 by mdegat01 3.2.7
False positive for optional class attribute Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9809 opened Jul 17, 2024 by CareF
Report global object redefinition Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9807 opened Jul 16, 2024 by sam-s
False positive arguments-differ on __post_init__ method in dataclass inheritence Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9804 opened Jul 16, 2024 by e-gebes
FN attribute-defined-outside-init with setattr() False Negative 🦋 No message is emitted but something is wrong with the code Help wanted 🙏 Outside help would be appreciated, good for new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9798 opened Jul 15, 2024 by jacobtylerwalls
pyreverse should check that klass is still ClassDef Help wanted 🙏 Outside help would be appreciated, good for new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation pyreverse Related to pyreverse component
#9797 opened Jul 12, 2024 by bjmc
Brains should be dynamically registered Astroid Related to astroid Enhancement ✨ Improvement to a component performance
#9783 opened Jul 9, 2024 by nickdrozd
Annotated module level constant not checked for invalid-name C: invalid-name False Negative 🦋 No message is emitted but something is wrong with the code Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9770 opened Jul 7, 2024 by jacobtylerwalls 4.0.0
missing-function-docstring when overriding methods of generic classes with undefined type parameters Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9766 opened Jul 3, 2024 by JulianJvn
E1101: Module 'orjson' has no 'dumps' member (no-member) Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9762 opened Jul 2, 2024 by dpinol
multiple-statements no longer detected in a finally: block False Negative 🦋 No message is emitted but something is wrong with the code Help wanted 🙏 Outside help would be appreciated, good for new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9759 opened Jul 1, 2024 by oprypin
ProTip! no:milestone will show everything without a milestone.