mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
517 B
517 B
1.6.4
Minor Analysis Improvements
- The
py/unexpected-raise-in-special-methodquery has been modernized. It produces additional results in cases where the exception is only raised conditionally. Its precision has been changed fromvery-hightohigh. - The queries
py/incomplete-ordering,py/inconsistent-equality, andpy/equals-hash-mismatchhave been modernized; no longer relying on outdated libraries, improved documentation, and no longer producing alerts for problems specific to Python 2.