diff --git a/scripts/audit_weak_types.baseline.json b/scripts/audit_weak_types.baseline.json new file mode 100644 index 00000000..8d0570b9 --- /dev/null +++ b/scripts/audit_weak_types.baseline.json @@ -0,0 +1,17 @@ +{ + "total_weak": 112, + "files_with_findings": 27, + "by_category": { + "dict_str_any": 72, + "list_of_dict": 32, + "optional_dict": 4, + "optional_tuple": 2, + "optional_list_of_dict": 2 + }, + "by_severity": { + "high": 109, + "medium": 3 + }, + "generated_at": "2026-06-21T12:40:51.974837", + "note": "Baseline for --strict mode. Re-generate when a new track intentionally reduces the count." +}