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
Comparisons to the singleton objects, like True, False, and None, should be done with identity, not equality. Use “is” or “is not”.
True
False
None
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/unownone/Fast-online-compiler/issue/PTC-W0068/occurrences/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Comparisons to the singleton objects, like
True
,False
, andNone
, should be done with identity, not equality. Use “is” or “is not”.Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/unownone/Fast-online-compiler/issue/PTC-W0068/occurrences/
The text was updated successfully, but these errors were encountered: