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

[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
Fix possibly-used-before-assignment issues in our own codebase Good first issue Friendly and approachable by new contributors Maintenance Discussion or action around maintaining pylint or the dev workflow Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9637 opened May 16, 2024 by jacobtylerwalls
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
False Positive on contextmanager-generator-missing-cleanup / W0135 When Using With Expression in the ContextManager 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
#9625 opened May 15, 2024 by ancantus
[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
Undocumented --colorized option for pyreverse in 3.2.0-dev0 docs Documentation πŸ“— Good first issue Friendly and approachable by new contributors Help wanted πŸ™ Outside help would be appreciated, good for new contributors
#9573 opened Apr 27, 2024 by doublethefish
OpenCV vs Pylint - E0611:no-name-in-module - False Positive 🦟 A message is emitted but nothing is wrong with the code Lib specific πŸ’… This affect the code from a particular library
#9566 opened Apr 25, 2024 by Senja20
Pyreverse unable to detect relative imports Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling pyreverse Related to pyreverse component
#9559 opened Apr 19, 2024 by balintkeri
cell-var-from-loop false positive on lambda 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
#9557 opened Apr 18, 2024 by holmanb
using-constant-test triggers on a built-in exception property 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
#9556 opened Apr 18, 2024 by holmanb
False positive unsubscriptable-object Lib specific πŸ’… This affect the code from a particular library Waiting on author Indicate that maintainers are waiting for a message of the author
#9549 opened Apr 13, 2024 by DarthLegiON
pylint 3.1.0 test failure with pytest 8.1.1 Maintenance Discussion or action around maintaining pylint or the dev workflow Work in progress
#9545 opened Apr 8, 2024 by Thermi
Add a specifier for alerts that are linked to a library Enhancement ✨ Improvement to a component Needs specification πŸ” Accepted as a potential improvement, and needs to specify edge cases, message names, etc.
#9539 opened Apr 4, 2024 by PeterHamfelt
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
Detect useless f-strings Enhancement ✨ Improvement to a component Needs decision πŸ”’ Needs a decision before implemention or rejection Proposal πŸ“¨
#9530 opened Apr 2, 2024 by socketpair
ProTip! Mix and match filters to narrow down what you’re looking for.