# F76 baseline — files with f-string interpolation of content-named
# variables in log/exception/dead-letter strings. Grandfathered;
# shrink-only per F49.
#
# As of 2026-06-06: empty.
# - kairix/quality/probe/cli.py was stale (file no longer exists; the
#   probe CLI surface consolidated into config_cli.py).
# - kairix/quality/probe/config_cli.py had one violation
#   (print(f"error: {message}")) marked with ``# F76-allow:`` —
#   ``message`` is an operator-facing argparse-style error string from
#   the same module, not user content. Exemption rationale is on the
#   line.
