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

False positive unsubscriptable-object for Pydantic model with dict Field False Positive 🦟 A message is emitted but nothing is wrong with the code Help wanted πŸ™ Outside help would be appreciated, good for new contributors Lib specific πŸ’… This affect the code from a particular library
#9968 opened Sep 25, 2024 by MartinGotelli
Dynamic color mapping for "fail-on" messages/categories in ColorizedTextReporter Enhancement ✨ Improvement to a component Help wanted πŸ™ Outside help would be appreciated, good for new contributors
#9898 opened Aug 29, 2024 by felixp98
False Negative function-redefined when function named with leading underscore 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
#9894 opened Aug 26, 2024 by daviderie
Add a checker for superfluous import a statements when there is already import a.b Enhancement ✨ Improvement to a component Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9873 opened Aug 12, 2024 by e-gebes
Performance issue R1730 consider-using-min-builtin, R1731 consider-using-max-builtin False Positive 🦟 A message is emitted but nothing 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 specification πŸ” Accepted as a potential improvement, and needs to specify edge cases, message names, etc.
#9864 opened Aug 9, 2024 by PanderMusubi
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
[not-an-iterable] FP for attribute used in comprehension but guarded in if test Astroid Related to astroid False Positive 🦟 A message is emitted but nothing is wrong with the code Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs astroid constraint Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9729 opened Jun 12, 2024 by artsiomkaltovich
Allow CheckerTestCase to assertDoesNotAddMessages() to check that a specific message has not been added Enhancement ✨ Improvement to a component 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
#9598 opened May 5, 2024 by StephenYu2018
False positive deprecated-class when the class is imported in a guarded import block Enhancement ✨ Improvement to a component Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9533 opened Apr 3, 2024 by perrinjerome
False positive for unnecessary-ellipsis on Protocol methods Enhancement ✨ Improvement to a component Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9319 opened Dec 19, 2023 by llucax
Incorrect Recommendation for unnecessary-lambda Documentation πŸ“— Good first issue Friendly and approachable by new contributors Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#9317 opened Dec 18, 2023 by scootie-puff-sr
no-else-return / R1705 instructs users to use error-prone construction Documentation πŸ“— Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9274 opened Nov 30, 2023 by aes
Two tests fails with pydantic installed Help wanted πŸ™ Outside help would be appreciated, good for new contributors Maintenance Discussion or action around maintaining pylint or the dev workflow
#9270 opened Nov 28, 2023 by mtelka
False positive W0612 / unused-variable with dataclasses False Positive 🦟 A message is emitted but nothing 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
#9258 opened Nov 22, 2023 by DervishD
--recursive option does not find .py files in sub-directories of packages Bug πŸͺ² Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9187 opened Oct 24, 2023 by GrimzEcho
Minor error in changelog for Pylint 3.0 Documentation πŸ“— 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
#9173 opened Oct 22, 2023 by phormio
Colorama >=0.4.5 not only required in Windows environment Crash πŸ’₯ A bug that makes pylint crash Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#9170 opened Oct 20, 2023 by cmorsbach
Add pylint-junit reporter class Enhancement ✨ Improvement to a component 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
#9143 opened Oct 12, 2023 by MarcSkovMadsen
E1131: unsupported operand type(s) for | (unsupported-binary-operation) Enhancement ✨ Improvement to a component Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs specification πŸ” Accepted as a potential improvement, and needs to specify edge cases, message names, etc.
#9051 opened Sep 19, 2023 by stdedos
invalid-name and arguments-renamed not triggered by constructor arguments in derived class Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#8986 opened Aug 30, 2023 by dagardner-nv
no-name-in-module not recognizing package with same base namespace Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs reproduction πŸ” Need a way to reproduce it locally on a maintainer's machine
#8980 opened Aug 25, 2023 by l0lawrence
false positive no-member warnings in pydantic 2.0 Discussion πŸ€” Help wanted πŸ™ Outside help would be appreciated, good for new contributors Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#8894 opened Jul 27, 2023 by tylerflex
invalid-name check for TypeVar should allow for digits in names C: invalid-name False Positive 🦟 A message is emitted but nothing 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
#8499 opened Mar 27, 2023 by sodul
Documentation has incorrect rendering of spaces for the indent-string option Documentation πŸ“— 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
#8392 opened Mar 6, 2023 by BenjaminCarpenter480
ProTip! Add no:assignee to see everything that’s not assigned.