mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-23 16:12:25 +02:00
chore: remove unnecessary missing-typed-dict-key suppression (#7744)
Address a comment as follow up Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user