Skip to content
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

[QUESTION] How to suppress unused-property error? #337

Open
mdabrowski1990 opened this issue Nov 15, 2023 · 0 comments
Open

[QUESTION] How to suppress unused-property error? #337

mdabrowski1990 opened this issue Nov 15, 2023 · 0 comments

Comments

@mdabrowski1990
Copy link

mdabrowski1990 commented Nov 15, 2023

The documentation specifies following errors code (just like for flake8 - https://flake8.pycqa.org/en/latest/user/error-codes.html):

  • F401 - unused-import
  • F841 - unused-variable

There is no code specified for unused-property though. I would like to have a code so I can suppress just this error (instead of using # noqa to suppress all errors in the line) as I use other linters as well.

I would appreciate if you could update README.md with this information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant