From 1fedb53b5e7408352c326e7b7aea5cc748224453 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 4 Jan 2024 16:41:34 -0800 Subject: [PATCH] doc gen fix --- tools/docgen/plugins.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/docgen/plugins.py b/tools/docgen/plugins.py index 10323066..8080c297 100644 --- a/tools/docgen/plugins.py +++ b/tools/docgen/plugins.py @@ -39,6 +39,8 @@ def should_filter_property(property_name: str) -> bool: "dict_with_format_strings", "subscription_name", "list", + "script", + "unresolvable", )