You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The documentation specifies following errors code (just like for flake8 - https://flake8.pycqa.org/en/latest/user/error-codes.html):
unused-import
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.
The text was updated successfully, but these errors were encountered: