From 9eb3f4d75227f7e240ad446bf2ae462455fd0723 Mon Sep 17 00:00:00 2001 From: Guillaume Vernade Date: Mon, 8 Sep 2025 11:23:47 -0400 Subject: [PATCH] Update google.py to remove the native word A lot of Gemini models are native image out or native audio, so this rule was raising too many false positives. --- tools/tensorflow_docs/tools/nblint/style/google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tensorflow_docs/tools/nblint/style/google.py b/tools/tensorflow_docs/tools/nblint/style/google.py index 9bd1a47376..7ebdc18841 100644 --- a/tools/tensorflow_docs/tools/nblint/style/google.py +++ b/tools/tensorflow_docs/tools/nblint/style/google.py @@ -53,7 +53,7 @@ def search_wordlist(wordlist, src_str): "whitelist": "allowed", "master": "primary", "slave": "replica", - "native": "built-in" +# "native": "built-in" # Removed because of the "native" gemini models. }