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: 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
Changing the number of function arguments when using a decorator does not work. Bug πŸͺ² Decorators Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#9505 opened Mar 15, 2024 by SVETIK-LION
unused-variable and undefined-variable with walrus operator Assignment expression Related to the walrus operator / assignment expression Decorators False Positive 🦟 A message is emitted but nothing is wrong with the code
#8425 opened Mar 10, 2023 by spagh-eddie
decorators not processed successfully with alpha_vantage Decorators Lib specific πŸ’… This affect the code from a particular library Needs investigation πŸ”¬ A bug or crash where it's not immediately obvious what is happenning
#8303 opened Feb 16, 2023 by AnthonyZ71
undefined-variable regression since 2.6.0 C: undefined-variable Issues related to 'undefined-variable' check Decorators False Positive 🦟 A message is emitted but nothing is wrong with the code
#7720 opened Nov 5, 2022 by twmr
False positive for unexpected-keyword-arg for decorators with inner inner function 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
#5784 opened Feb 9, 2022 by martimlobao
False positive 'undefined-variable' with assignment expression in decorator Assignment expression Related to the walrus operator / assignment expression C: undefined-variable Issues related to 'undefined-variable' check Decorators False Positive 🦟 A message is emitted but nothing is wrong with the code
#5735 opened Jan 28, 2022 by Jasha10
False positive: unsubscriptable-object when using classmethod and property together C: unsubscriptable-object Issues related to 'unsubscriptable-object' 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
#5699 opened Jan 18, 2022 by BelchiorSaeg
False positive: decorating an instance func raises bad-staticmethod-argument 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
#5441 opened Nov 30, 2021 by wqh17101
kwargs used by decorator being flagged as unused. Bug πŸͺ² Decorators False Positive 🦟 A message is emitted but nothing is wrong with the code Needs reproduction πŸ” Need a way to reproduce it locally on a maintainer's machine
#3662 opened Jun 2, 2020 by rtaft
Type changes in decorators are not detected Decorators False Negative πŸ¦‹ No message is emitted but something is wrong with the code inference Needs PR This issue is accepted, sufficiently specified and now needs an implementation
#2578 opened Nov 1, 2018 by olirice
ProTip! Updated in the last three days: updated:>2024-09-12.