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

False positive for use-yield-from for generators yielding from iterators Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9696 opened Jun 5, 2024 by jakelishman
False positive E0601: used-before-assignment in try and while block Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#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
Gracefully handle invalid β€˜ignore-paths’ regex crash Crash πŸ’₯ A bug that makes pylint crash Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9680 opened May 30, 2024 by RaulWCosta
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
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
used-before-assignment when variable possibly defined in try, and used in finally C: used-before-assignment Issues related to 'used-before-assignment' check Needs decision πŸ”’ Needs a decision before implemention or rejection
#9639 opened May 16, 2024 by eli-schwartz
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
Incorrect 'unsubscriptable-object' reported 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
#9590 opened May 2, 2024 by ei14
Cannot import 'rti.connextdds' due to 'invalid syntax (rti.connextdds, line 18332)' (syntax-error) Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9585 opened Apr 30, 2024 by jzenoz
Using typeshed stubs instead of dependencies Needs decision πŸ”’ Needs a decision before implemention or rejection Needs design proposal πŸ”’ This is a huge feature, some discussion should happen before a PR is proposed Proposal πŸ“¨
#9574 opened Apr 29, 2024 by xrmx
ProTip! Mix and match filters to narrow down what you’re looking for.