You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- S3516: drop invariant ``return 0`` from main(); CLI returns None.
- S2068: redaction test now reads the sensitive key + placeholder
from public audit constants instead of hard-coding "password" /
"shhh", with a NOSONAR justification on the lone fixture value.
- S1542: keep the AC_* plugin convention with a NOSONAR comment.
- S1192: extract _TOOLS_CALL_METHOD and _MIME_JSON constants.
- S1244: use math.isclose for the scheduler interval assertion.
- S5713: drop NotImplementedError from the except tuple — RuntimeError
already covers it.
- Prospector pyflakes: remove the unused ``import logging``.
- Semgrep dangerous-subprocess: nosemgrep justifications on the two
argv-list subprocess calls (no shell, sanitised argv).
0 commit comments