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 positive unbalanced-dict-unpacking Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9986 opened Sep 29, 2024 by mthuurne
used-before-assignment false positive with walrus Assignment expression Related to the walrus operator / assignment expression C: used-before-assignment Issues related to 'used-before-assignment' check False Positive 🦟 A message is emitted but nothing is wrong with the code
#9984 opened Sep 28, 2024 by nickdrozd
unexpected-keyword-arg: false positive and confusing error message with Uninferable Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9983 opened Sep 28, 2024 by dseomn
Add auto-completion for command line Enhancement ✨ Improvement to a component Needs specification πŸ” Accepted as a potential improvement, and needs to specify edge cases, message names, etc.
#9980 opened Sep 28, 2024 by braph
W0223 does not get raised correctly 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
#9979 opened Sep 27, 2024 by alibeyram
ungrouped-imports / wrong-import-order : FP because only two isort's options are taken into account 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
#9977 opened Sep 27, 2024 by webknjaz
Document how to configure the location of site packages in pylint Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9974 opened Sep 26, 2024 by paulrougieux
no-member false positive with super() with huggingface's transformers.Trainer Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9973 opened Sep 25, 2024 by Hnasar
False positive no-member when wrapping dataclasses field Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9972 opened Sep 25, 2024 by Quexington
False positive unsubscriptable-object for Pydantic model with dict Field False Positive 🦟 A message is emitted but nothing is wrong with the code Help wanted πŸ™ Outside help would be appreciated, good for new contributors Lib specific πŸ’… This affect the code from a particular library
#9968 opened Sep 25, 2024 by MartinGotelli
Cannot disable C1805 Cannot reproduce 🀷 Configuration Related to configuration Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#9961 opened Sep 24, 2024 by sanmai-NL
False-positive E1101 (no-member) for numpy.dtypes.StringDType Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9956 opened Sep 24, 2024 by bersbersbers
False positive declare-non-slot on classvar Needs triage πŸ“₯ Just created, needs acknowledgment, triage, and proper labelling
#9950 opened Sep 23, 2024 by mthuurne
Guarantee a deterministic order when processing files for directory arguments. Enhancement ✨ Improvement to a component Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9943 opened Sep 21, 2024 by akamat10
False negative used-before-assignment when the variable is used again in try/except C: used-before-assignment Issues related to 'used-before-assignment' check False Negative πŸ¦‹ No message is emitted but something is wrong with the code
#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
ProTip! Type g i on any issue or pull request to go back to the issue listing page.