From 793295a64d1f5b42ae57d06a18fca7e96372e4b0 Mon Sep 17 00:00:00 2001 From: Tyler Jang Date: Tue, 3 Sep 2024 12:59:13 -0700 Subject: [PATCH] disable pyright caching --- linters/pyright/plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linters/pyright/plugin.yaml b/linters/pyright/plugin.yaml index 9939a4d07..9625a550f 100644 --- a/linters/pyright/plugin.yaml +++ b/linters/pyright/plugin.yaml @@ -19,7 +19,7 @@ lint: success_codes: [0, 1] read_output_from: stdout batch: true - cache_results: true + cache_results: false parser: runtime: python run: python3 ${plugin}/linters/pyright/pyright_to_sarif.py