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

use-implicit-booleaness-not-len [C1802] should not be emitted for generators 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
#10100 opened Nov 25, 2024 by dylwil3
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 Lib specific πŸ’… This affect the code from a particular library
#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-
conditional import X.Y causes false positive possibly-used-before-assignment 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
#10081 opened Nov 13, 2024 by jwilk
generator causing false positive using-constant-test 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
#10080 opened Nov 12, 2024 by jwilk
E1142 false & missed alarms False Negative πŸ¦‹ No message is emitted but something is wrong with the code False Positive 🦟 A message is emitted but nothing is wrong with the code
#10074 opened Nov 8, 2024 by jakkdl
Verbose summary shows wrong number of skipped files Bug πŸͺ² Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10073 opened Nov 6, 2024 by sblask
use-implicit-booleaness-not-comparison should not be offered in N-way comparisons 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
#10065 opened Nov 4, 2024 by stdedos
W0640 cell-var-from-loop false positive in Generator Comprehension of functions 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
#10055 opened Oct 29, 2024 by nhdsd
Should we remove abstract-method? Needs decision πŸ”’ Needs a decision before implemention or rejection Proposal πŸ“¨
#10054 opened Oct 29, 2024 by mbyrnepr2
unsupported-assignment-operation false positive 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
#10050 opened Oct 28, 2024 by nikita-leontiev
[deprecated-x] Message trigger even in old interpreter compatibility code Control flow Requires control flow understanding False Positive 🦟 A message is emitted but nothing is wrong with the code Needs decision πŸ”’ Needs a decision before implemention or rejection
#10043 opened Oct 24, 2024 by Pierre-Sassoulas
False positive on not-callable when inheriting from typing.IO 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
#10042 opened Oct 24, 2024 by Redoubts
consider-using-augmented-assign doesn't work with --jobs > 1 Bug πŸͺ² multiprocessing Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10037 opened Oct 20, 2024 by Redoubts
consider-using-augmented-assign false-positive on dictionaries Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#10032 opened Oct 18, 2024 by EugeneZelenko
ProTip! no:milestone will show everything without a milestone.