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

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 Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9884 opened Aug 19, 2024 by DetachHead
Inconsistent and sometimes incorrect false positive of no-member error Bug πŸͺ² Good first issue Friendly and approachable by new contributors Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9883 opened Aug 19, 2024 by akamat10
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
[used-before-assignment] False negative when nested in if statements C: used-before-assignment Issues related to 'used-before-assignment' check Needs decision πŸ”’ Needs a decision before implemention or rejection
#9859 opened Aug 5, 2024 by Kakadus
AddressFamily and SocketKind are not visible in module socket Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9850 opened Aug 3, 2024 by jolaf
False positives with imported variable that shadows class Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9846 opened Aug 1, 2024 by kulikjak
False positive unused-argument in dataclass __new__ Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9843 opened Jul 30, 2024 by michele-riva
ProTip! Find all open issues with in progress development work with linked:pr.