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 negative used-before-assignment when the variable is used again in try/except Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9941 opened Sep 20, 2024 by octaviancorlade
Non-deterministic output from the code similarity check Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9937 opened Sep 20, 2024 by praiskup
Possible false-negative for unused-argument when function always raises Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9935 opened Sep 19, 2024 by e-gebes
Add option to list configuration values optionally with origins Enhancement ✨ Improvement to a component Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9930 opened Sep 17, 2024 by GadgetSteve
Emit no-member for __annotations__ for py-version < 3.10 False Negative πŸ¦‹ No message is emitted but something is wrong with the code Minor πŸ’… Polishing pylint is always nice py-version typing
#9928 opened Sep 16, 2024 by l0lawrence
Spurious W3301: min(value, min(iterable)) does not do the same thing as min(value, iterable) Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9923 opened Sep 11, 2024 by zackw
False positive unexpected-keyword-arg (E1123) Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9922 opened Sep 10, 2024 by Gollam
pylint treats package.module same as package/module.py in terms of search Enhancement ✨ Improvement to a component namespace-package Needs specification πŸ” Accepted as a potential improvement, and needs to specify edge cases, message names, etc.
#9915 opened Sep 5, 2024 by akamat10
False positive invalid-overridden-method when overridding Enum.value Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9905 opened Sep 2, 2024 by e-gebes
Clarify no-else-raise and no-else-return also apply to try/except Documentation πŸ“— Good first issue Friendly and approachable by new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9901 opened Aug 30, 2024 by jolaf
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
Behavior of --prefer-stubs Needs design proposal πŸ”’ This is a huge feature, some discussion should happen before a PR is proposed
#9889 opened Aug 21, 2024 by furgerf
False positive missing member __value__ with type statement and Literal under python 3.12 Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9885 opened Aug 19, 2024 by RomainBrault
redefined-outer-name (W0621) - false positive on 3.12 type aliases 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 python 3.12 typing
#9884 opened Aug 19, 2024 by DetachHead
Inconsistency between used-before-assignment and possibly-used-before-assignment for if/elif/else C: used-before-assignment Issues related to 'used-before-assignment' check Minor πŸ’… Polishing pylint is always nice Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9879 opened Aug 18, 2024 by nikita-leontiev
C0325 (superfluous-parens) appears to not trigger when contents are a string False Negative πŸ¦‹ No message is emitted but something is wrong with the code Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#9878 opened Aug 16, 2024 by treyra
False positive: duplicate-bases when using advanced-alchemy repository classes Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9874 opened Aug 15, 2024 by ubernostrum
Add a checker for superfluous import a statements when there is already import a.b Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#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
Unexpected behavior when dealing with Protocol generics Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9863 opened Aug 9, 2024 by BaconPancakes
missing-docstring for constants and types Enhancement ✨ Improvement to a component Needs specification πŸ” Accepted as a potential improvement, and needs to specify edge cases, message names, etc.
#9862 opened Aug 8, 2024 by JosuaKrause
Pylint ignores disable=invalid-name under certain conditions Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9861 opened Aug 8, 2024 by ya3xp
ProTip! Add no:assignee to see everything that’s not assigned.