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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

PyTest FixtureRequest Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9730 opened Jun 13, 2024 by dylan-at-na
[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 Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9729 opened Jun 12, 2024 by ArtyomKaltovich
pylint not finding the tox.ini config Enhancement ✨ Improvement to a component
#9727 opened Jun 12, 2024 by rlalik 3.3.0
Documentation about class-const needs to be updated. 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
#9724 opened Jun 11, 2024 by duwensi-bgi
False Positive W0143-comparison-with-callable when using derived property 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
#9722 opened Jun 10, 2024 by couteau
Pylint does not discover a NoReturn method in certain cases to avoid "inconsistent-return-statements" Enhancement ✨ Improvement to a component 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
#9692 opened Jun 4, 2024 by e-gebes
False positive E0601: used-before-assignment in try and while block 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
#9689 opened Jun 4, 2024 by jc-stu
Can't update functional test refs Maintenance Discussion or action around maintaining pylint or the dev workflow Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9688 opened Jun 3, 2024 by sshane
False positive invalid-sequence-index using properties of range object as index Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9683 opened Jun 1, 2024 by couteau
Infinite recursion of Pyreverse when numpy.array is in class Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9681 opened May 31, 2024 by SpookyYomo
Unnecessary cell-var-from-loop Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9677 opened May 27, 2024 by sam-s
False positive: possibly-used-before-assignment and pytest.skip (and other NoReturn functions) C: used-before-assignment Issues related to 'used-before-assignment' check 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
#9674 opened May 24, 2024 by The-Compiler 3.2.4
line-too-long false positive on long comment in function with disable=line-too-long if comment is after all statements Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9673 opened May 24, 2024 by cemysce
Pylint raises error saying "default" isn't valid for TypeVar Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9672 opened May 24, 2024 by nfelt14
possibly-used-before-assignment does not handle match in nested if 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
#9668 opened May 22, 2024 by noirbee
pylint: disable=invalid-name pragma gets ignored when using ctypes Structure Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling
#9666 opened May 22, 2024 by DScott-2
False positive: possibly-used-before-assignment doesn't understand and-ed contions C: used-before-assignment Issues related to 'used-before-assignment' check False Positive 🦟 A message is emitted but nothing is wrong with the code High effort 🏋 Difficult solution or problem to solve Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9662 opened May 21, 2024 by skirpichev
[used-before-assignment] False negative for name defined inside loop that never runs C: used-before-assignment Issues related to 'used-before-assignment' check 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
#9642 opened May 17, 2024 by hydrargyrum
False positive: unused-variable + undefined-variable when using := operator in stacked decorators C: undefined-variable Issues related to 'undefined-variable' check C: used-before-assignment Issues related to 'used-before-assignment' check Decorators 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
#9641 opened May 17, 2024 by abaumfalk
undefined-variable/possibly-used-before-assignment/used-before-assignment false positives for global C: undefined-variable Issues related to 'undefined-variable' check 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
#9633 opened May 16, 2024 by nikita-leontiev
[unsupported-binary-operation] should become .pyi-conscious 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 pyi Message needs to become pyi-conscious
#9624 opened May 14, 2024 by jacobtylerwalls
Inside a sys.version_info guard, unexpected-keyword-arg returns error for version-specific keyword arg Control flow Requires control flow understanding Needs astroid update Needs an astroid update (probably a release too) before being mergable
#9622 opened May 14, 2024 by eli-schwartz
E0401 (import-error) checks perform repeated file reads Astroid Related to astroid Enhancement ✨ Improvement to a component Needs PR This issue is accepted, sufficiently specified and now needs an implementation performance
#9603 opened May 6, 2024 by correctmost
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
ProTip! Updated in the last three days: updated:>2024-06-13.