The plugin reports FNE005 Return type of the function is bool, but the name doesn't show it.
Since these are built-in methods, there's no way to rename them. I think in such cases this error shouldn't be reported. Applies also to other methods like __lt__(), __contains__() etc.
Small code example:
The plugin reports
FNE005 Return type of the function is bool, but the name doesn't show it
.Since these are built-in methods, there's no way to rename them. I think in such cases this error shouldn't be reported. Applies also to other methods like
__lt__()
,__contains__()
etc.