Skip to content

Issues: pylint-dev/pylint

Beta
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

W1404: implicit-str-concat does not work for single-argument function calls False Negative πŸ¦‹ No message is emitted but something is wrong with the code Needs specification πŸ” Accepted as a potential improvement, and needs to specify edge cases, message names, etc.
#10371 opened May 6, 2025 by Timmmm
unidiomatic-typecheck not flagged for type(x) is type(y) Enhancement ✨ Improvement to a component False Negative πŸ¦‹ No message is emitted but something is wrong with the code Needs decision πŸ”’ Needs a decision before implemention or rejection
#10365 opened May 4, 2025 by jacobtylerwalls 4.0.0
Extend comparison-with-callable to types Enhancement ✨ Improvement to a component False Negative πŸ¦‹ No message is emitted but something is wrong with the code
#10364 opened May 4, 2025 by jacobtylerwalls
False positive E1136: unsubscriptable-object when generic class defines __class_getitem__ 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
#10360 opened Apr 30, 2025 by couteau
Empty transform plugin leads to false-positive missing-function-docstring issues False Positive 🦟 A message is emitted but nothing is wrong with the code Needs reproduction πŸ” Need a way to reproduce it locally on a maintainer's machine
#10352 opened Apr 24, 2025 by efroemling
False positive too-few-public-methods on property function calls and descriptors 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
#10348 opened Apr 22, 2025 by RomanValov
Crash TypeError: 'UninferableBase' object is not iterable - [astroid-error] Crash πŸ’₯ A bug that makes pylint crash Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#10345 opened Apr 20, 2025 by ezz-amine
Definitive message-category and/or message-id structure for custom checkers Documentation πŸ“— Good first issue Friendly and approachable by new contributors Help wanted πŸ™ Outside help would be appreciated, good for new contributors
#10341 opened Apr 12, 2025 by offbynull
False negative import-error when the package imported is one of pylint's dependency False Negative πŸ¦‹ No message is emitted but something is wrong with the code High effort πŸ‹ Difficult solution or problem to solve Needs design proposal πŸ”’ This is a huge feature, some discussion should happen before a PR is proposed
#10339 opened Apr 11, 2025 by Pierre-Sassoulas
Crash Building error when trying to create ast representation of module 'sympy.polys.numberfields.resolvent_lookup' Crash πŸ’₯ A bug that makes pylint crash Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#10326 opened Mar 31, 2025 by wnowicki
unbalanced-tuple-unpacking false positive with statistics.quantiles False Positive 🦟 A message is emitted but nothing is wrong with the code Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#10317 opened Mar 27, 2025 by jamesbraza
Wave_write object from wave library confused with Wave_read object #603 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
#10316 opened Mar 27, 2025 by ksylvan
False positive E1126 when using np.newaxis with np.where 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)
#10312 opened Mar 25, 2025 by SentinelCLS
False positive E1133 (not-an-iterable) when returning (type hinted) class variable Control flow Requires control flow understanding 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
#10298 opened Mar 21, 2025 by Flamefire
Expand to use-implicit-booleaness-not-len to catch len(iterable) == 0 and >0 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
#10281 opened Mar 17, 2025 by DaniBodor
"ImportError: Unable to find module" when using implicit namespaces when they already exist in site-packages Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#10278 opened Mar 16, 2025 by felixfontein
Pylint doesn't complain on Protocol callback argument-type / return-type mismatch Needs decision πŸ”’ Needs a decision before implemention or rejection
#10259 opened Mar 4, 2025 by manuel-koch
Support for checking construction of NamedTuple/namedtuple False Negative πŸ¦‹ No message is emitted but something is wrong with the code Needs astroid update Needs an astroid update (probably a release too) before being mergable
#10239 opened Feb 20, 2025 by Flamefire
Class definition in conditionals not correctly found Control flow Requires control flow understanding Needs astroid update Needs an astroid update (probably a release too) before being mergable Needs design proposal πŸ”’ This is a huge feature, some discussion should happen before a PR is proposed
#10238 opened Feb 20, 2025 by Flamefire
False negative differing-type-doc for Google-style docstring 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
#10237 opened Feb 18, 2025 by void-rooster
Crash on some mypy import when using the --extension-pkg-allow-list=mypy Crash πŸ’₯ A bug that makes pylint crash Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#10223 opened Feb 5, 2025 by sbrunner
ProTip! Add no:assignee to see everything that’s not assigned.