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

Should we remove abstract-method? Needs decision πŸ”’ Needs a decision before implemention or rejection Proposal πŸ“¨
#10054 opened Oct 29, 2024 by mbyrnepr2
[deprecated-x] Message trigger even in old interpreter compatibility code Control flow Requires control flow understanding False Positive 🦟 A message is emitted but nothing is wrong with the code Needs decision πŸ”’ Needs a decision before implemention or rejection
#10043 opened Oct 24, 2024 by Pierre-Sassoulas
False positive unused-import when using union of types inside quotes False Positive 🦟 A message is emitted but nothing is wrong with the code High effort πŸ‹ Difficult solution or problem to solve Needs decision πŸ”’ Needs a decision before implemention or rejection
#10030 opened Oct 17, 2024 by evgeny-fuse
Move typechecking imports under TYPE_CHECKING flag Needs decision πŸ”’ Needs a decision before implemention or rejection Skip news πŸ”‡ This change does not require a changelog entry
#9970 opened Sep 25, 2024 by nickdrozd Loading…
[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
False positive unnecessary-negation for float comparison False Positive 🦟 A message is emitted but nothing is wrong with the code Needs decision πŸ”’ Needs a decision before implemention or rejection
#9741 opened Jun 21, 2024 by NicoB77
tests: add testcase that shows that pyreverse will not extract the inheritance link for a flat folder as described in #7686 Needs decision πŸ”’ Needs a decision before implemention or rejection pyreverse Related to pyreverse component
#9693 opened Jun 4, 2024 by Hannoma Loading…
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
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
Detect useless copy/deepcopy Discussion πŸ€” Enhancement ✨ Improvement to a component Needs decision πŸ”’ Needs a decision before implemention or rejection
#9509 opened Mar 19, 2024 by fc-asad
Check "__slots__" and "@dataclass" attributes Enhancement ✨ Improvement to a component Needs decision πŸ”’ Needs a decision before implemention or rejection
#9499 opened Mar 13, 2024 by buhtz
too-few-public-methods doesn't count dunder methods if inherited Needs decision πŸ”’ Needs a decision before implemention or rejection
#9434 opened Feb 14, 2024 by clo-vis
[Enhancement] newline argument for csv.reader() Needs decision πŸ”’ Needs a decision before implemention or rejection Needs specification πŸ” Accepted as a potential improvement, and needs to specify edge cases, message names, etc. Proposal πŸ“¨
#9422 opened Feb 8, 2024 by opk12
unused-private-member/W0238 about privates or mangling? Documentation πŸ“— Needs decision πŸ”’ Needs a decision before implemention or rejection
#9356 opened Jan 11, 2024 by dpinol
Consider release tooling that doesn't involve forwardporting commits to main Maintenance Discussion or action around maintaining pylint or the dev workflow Needs decision πŸ”’ Needs a decision before implemention or rejection
#9302 opened Dec 11, 2023 by jacobtylerwalls
Usability improvment for use-a-generator in test assertion Enhancement ✨ Improvement to a component Needs decision πŸ”’ Needs a decision before implemention or rejection Proposal πŸ“¨
#9125 opened Oct 6, 2023 by Pierre-Sassoulas
Possible used-before-assignment false positive on type hinting identical to func names in class False Positive 🦟 A message is emitted but nothing is wrong with the code Needs decision πŸ”’ Needs a decision before implemention or rejection
#9115 opened Oct 4, 2023 by yaelmi3
False positive E1121 when using multiple inheritance and overriding class names False Positive 🦟 A message is emitted but nothing is wrong with the code Needs decision πŸ”’ Needs a decision before implemention or rejection
#9087 opened Oct 2, 2023 by iantra
Do not raise too-many-instance-attributes on dataclasses or with a higher threshold dataclasses Needs decision πŸ”’ Needs a decision before implemention or rejection Needs specification πŸ” Accepted as a potential improvement, and needs to specify edge cases, message names, etc. Proposal πŸ“¨
#9058 opened Sep 23, 2023 by vince6e74
docstyle doesn't work with --from-stdin Needs decision πŸ”’ Needs a decision before implemention or rejection
#9053 opened Sep 19, 2023 by jeremybettis 4.0.0
broad-exception-caught (W0718) is too strict Discussion πŸ€” Needs decision πŸ”’ Needs a decision before implemention or rejection
#9010 opened Sep 5, 2023 by RuRo 4.0.0
ProTip! no:milestone will show everything without a milestone.