From 65e8c5064e68d625129155768ae84a5c2eb29893 Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Sat, 21 Sep 2024 18:54:14 +0900 Subject: [PATCH] build: pyright --- pyproject.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07e5fd7..0e33250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,16 +135,8 @@ banned-module-level-imports = ["torch", "tensorflow"] include = ["src"] typeCheckingMode = "standard" -autoSearchPaths = true useLibraryCodeForTypes = true autoImportCompletions = true -diagnosticsMode = "openFilesOnly" - -# reportUnusedImport = false -# reportUnusedVariable = false -# reportUnusedClass = "warning" -# reportUnusedFunction = "warning" -# reportUndefinedVariable = false # ruff handles this with F821 pythonVersion = "3.10"