$ errors.fyi/mypy/comparison-overlap 128 namespaces · 4,025 codes
mypy · mypy/comparison-overlap
comparison-overlap

Comparison Always True or False

A comparison between two types that can never overlap (e.g. comparing an int to a str with ==) will always produce the same boolean result, suggesting a logic error.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT