From 6dade64aa700c77aa27fcc0a36530ee3e7dae263 Mon Sep 17 00:00:00 2001 From: Quanzheng Long Date: Fri, 8 May 2026 10:39:54 -0700 Subject: [PATCH] chore: remove unnecessary missing-typed-dict-key suppression (#7744) Address a comment as follow up Co-authored-by: Cursor --- libs/checkpoint-conformance/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/checkpoint-conformance/pyproject.toml b/libs/checkpoint-conformance/pyproject.toml index 5ae24af27..2d9a0701f 100644 --- a/libs/checkpoint-conformance/pyproject.toml +++ b/libs/checkpoint-conformance/pyproject.toml @@ -50,7 +50,6 @@ unresolved-attribute = "ignore" unresolved-import = "ignore" invalid-argument-type = "ignore" invalid-return-type = "ignore" -missing-typed-dict-key = "ignore" [tool.ruff] lint.select = [