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

Instance of 'DatetimeIndex' has no 'to_pydatetime' member Pylint (E1101:no-member) Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#10166 opened Jan 3, 2025 by Aria-AAs
Generated mermaid files do not implement the --module-names option of pyreverse. Enhancement ✨ Improvement to a component pyreverse Related to pyreverse component
#10164 opened Jan 1, 2025 by frank-pet
No warning for unused import in __init__.py Documentation πŸ“— Good first issue Friendly and approachable by new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10162 opened Dec 31, 2024 by rrthomas
incorrect scenario of unidiomatic-typecheck 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
#10161 opened Dec 30, 2024 by dgutson
False positive on __required__ and __optional__ on TypedDict. 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 typing
#10158 opened Dec 24, 2024 by rcosperec
3.14 annotation evaluation is deferred False Positive 🦟 A message is emitted but nothing is wrong with the code py-version python 3.14
#10149 opened Dec 22, 2024 by nickdrozd
False positive for E1133(not-an-iterable) with pydantic model_fields class method False Positive 🦟 A message is emitted but nothing is wrong with the code Lib specific πŸ’… This affect the code from a particular library Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10144 opened Dec 19, 2024 by ecs-jnguyen
pylint only catching cyclic-import in parallel mode Bug πŸͺ² False Negative πŸ¦‹ No message is emitted but something is wrong with the code multiprocessing Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#10140 opened Dec 14, 2024 by purajit
no error when checking path that doesn't exist Bug πŸͺ² Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10136 opened Dec 13, 2024 by DetachHead
findings not reported until seemingly unrelated code is changed Abstract interpretation Complex inference support (control flow, data flow analysis etc.) False Negative πŸ¦‹ No message is emitted but something is wrong with the code
#10113 opened Dec 6, 2024 by firewave
AttributeError: 'Lambda' object has no attribute 'bases' in exceptions checker Crash πŸ’₯ A bug that makes pylint crash Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10106 opened Dec 3, 2024 by correctmost
AttributeError: 'NoneType' object has no attribute 'scope' in variables checker Crash πŸ’₯ A bug that makes pylint crash Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10105 opened Dec 3, 2024 by correctmost
Crash in consider-using-enumerate when using len(range()) and using the index to access an element of a list inside and element of a list Crash πŸ’₯ A bug that makes pylint crash Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10099 opened Nov 25, 2024 by gerardlaine
pylint complains on import of "_" from ibis Lib specific πŸ’… This affect the code from a particular library
#10096 opened Nov 23, 2024 by rhstanton
typing.Annotated should be considered a dangerous default Needs specification πŸ” Accepted as a potential improvement, and needs to specify edge cases, message names, etc. Proposal πŸ“¨
#10093 opened Nov 22, 2024 by lattwood
Question: Is there a reason that invalid-envvar-default only checks os.getenv, not os.environ.get False Negative πŸ¦‹ No message is emitted but something is wrong with the code Good first issue Friendly and approachable by new contributors Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10092 opened Nov 22, 2024 by harupy
Class 'str' has no '__value__' member on PEP 695 TypeAliasType 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
#10091 opened Nov 22, 2024 by jesnie
py313: AttributeError: 'black.parsing.ASTSafetyError' object has no attribute '__dict__'. Did you mean: '__dir__'? Crash πŸ’₯ A bug that makes pylint crash Needs PR This issue is accepted, sufficiently specified and now needs an implementation python 3.13
#10090 opened Nov 22, 2024 by ssbarnea 4.0.0
False positives on container attributes Pydantic v2 False Positive 🦟 A message is emitted but nothing is wrong with the code Lib specific πŸ’… This affect the code from a particular library Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10087 opened Nov 19, 2024 by kamichal
False negative superfluous-parens when around two conditional and an and 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
#10084 opened Nov 18, 2024 by bebound
E1136/E1137 false positives Lib specific πŸ’… This affect the code from a particular library Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#10082 opened Nov 15, 2024 by bje-
ProTip! Exclude everything labeled bug with -label:bug.