From d59161bd90487f2e0db247552bfa758bfbb63c43 Mon Sep 17 00:00:00 2001 From: YouGuessedMyName Date: Fri, 29 Nov 2024 16:30:46 +0100 Subject: [PATCH] linter disable notebooks --- pyrightconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index d47eb06..f032c9c 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -4,6 +4,7 @@ "reportAttributeAccessIssue": false, "reportMissingImports": false, "ignore": [ - "**/.vscode/**" + "**/.vscode/**", + "**.ipynb" ] }