We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please specify the type of the issue you want to submit:
Please specify the following things:
sure
Create a file with:
import sure "ook".should.equal("ook")
Run pylint (2.4.4, astroid 2.3.3) on said file to get
ook.py:3:0: E1101: Instance of 'str' has no 'should' member (no-member)
This is an accurate error in general, just not in when using sure case. Removing all no-member warning seems a little harsh but can be done via:
no-member
# noqa: pylint: disable=no-member
The text was updated successfully, but these errors were encountered:
hey @kierun thanks for the bug report, I'll work on this soon and make a release.
Sorry, something went wrong.
Thank you! There's no rush from my end…
gabrielfalcao
No branches or pull requests
Issue Type
Please specify the type of the issue you want to submit:
Versions & Configuration
Please specify the following things:
sure
1.4.11Steps to reproduce (Expected and Actual Results)
Create a file with:
Run pylint (2.4.4, astroid 2.3.3) on said file to get
This is an accurate error in general, just not in when using sure case. Removing all
no-member
warning seems a little harsh but can be done via:The text was updated successfully, but these errors were encountered: