From 20749acafaeed09931c305fb7402d9ffe4f251fc Mon Sep 17 00:00:00 2001 From: Chris Clearwater Date: Mon, 8 Apr 2024 09:53:05 -0700 Subject: [PATCH] --- 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 c317b4fba..70c0e5e0b 100644 --- a/linters/pyright/plugin.yaml +++ b/linters/pyright/plugin.yaml @@ -18,7 +18,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