Python: Add many medium precision queries to the code-quality-extended suite.

This commit is contained in:
Michael Nebel
2025-09-10 16:03:11 +02:00
parent 046d0d4938
commit 7c0aa78e39
15 changed files with 43 additions and 25 deletions

View File

@@ -2,8 +2,9 @@
* @name Non-portable comparison using is when operands support `__eq__`
* @description Comparison using 'is' when equivalence is not the same as identity and may not be portable.
* @kind problem
* @tags portability
* maintainability
* @tags quality
* reliability
* correctness
* @problem.severity recommendation
* @sub-severity low
* @precision medium