From 117e6a7570eef2651e071212b4e4287b229bf246 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sat, 10 Aug 2024 23:55:19 +0200 Subject: [PATCH] exclude *.pyi filese --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index dd2d0cf..57033c8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,5 +15,8 @@ "sonarlint.connectedMode.project": { "connectionId": "s-allius", "projectKey": "s-allius_tsun-gen3-proxy" + }, + "files.exclude": { + "**/*.pyi": true } } \ No newline at end of file