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,8 +3,9 @@
* @description Including an undefined attribute in `__all__` causes an exception when
* the module is imported using '*'
* @kind problem
* @tags reliability
* maintainability
* @tags quality
* reliability
* correctness
* @problem.severity error
* @sub-severity low
* @precision high