From 99f0fb33334b4a08b790f54f7b7a85365eb56298 Mon Sep 17 00:00:00 2001 From: Jann Stute Date: Wed, 26 Nov 2025 13:16:38 +0100 Subject: [PATCH] ci: remove invalid pyright settings --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd5ca40c..23a7c03b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,13 +93,11 @@ ignore = [ "src/tagstudio/qt/previews/vendored/pydub/", ] include = ["src/tagstudio", "tests"] -reportAny = false -reportIgnoreCommentWithoutRule = false +# reference for the settings here: https://github.com/microsoft/pyright/blob/main/docs/configuration.md reportImplicitStringConcatenation = false reportMissingTypeArgument = false reportMissingTypeStubs = false # reportOptionalMemberAccess = false -reportUnannotatedClassAttribute = false reportUnknownArgumentType = false reportUnknownLambdaType = false reportUnknownMemberType = false