Tag remaining high precision quality queries

Excluded queries that are python 2 specific; as well as the cyclic import queries
This commit is contained in:
Joe Farebrother
2025-06-18 11:45:44 +01:00
parent 02f8ec33f2
commit fa5b2ef794
20 changed files with 46 additions and 27 deletions

View File

@@ -3,7 +3,8 @@
* @description A string formatting operation, such as '"%s: %s, %s" % (a,b)', where the number of conversion specifiers in the
* format string differs from the number of values to be formatted will raise a TypeError.
* @kind problem
* @tags reliability
* @tags quality
* reliability
* correctness
* external/cwe/cwe-685
* @problem.severity error