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,9 +2,9 @@
* @name Importing value of mutable attribute
* @description Importing the value of a mutable attribute directly means that changes in global state will not be observed locally.
* @kind problem
* @tags reliability
* maintainability
* modularity
* @tags quality
* reliability
* correctness
* @problem.severity warning
* @sub-severity high
* @precision medium