Skip to content

Commit 65e8c50

Browse files
committed
build: pyright
1 parent 66c4749 commit 65e8c50

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: pyproject.toml

-8
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,8 @@ banned-module-level-imports = ["torch", "tensorflow"]
135135
include = ["src"]
136136

137137
typeCheckingMode = "standard"
138-
autoSearchPaths = true
139138
useLibraryCodeForTypes = true
140139
autoImportCompletions = true
141-
diagnosticsMode = "openFilesOnly"
142-
143-
# reportUnusedImport = false
144-
# reportUnusedVariable = false
145-
# reportUnusedClass = "warning"
146-
# reportUnusedFunction = "warning"
147-
# reportUndefinedVariable = false # ruff handles this with F821
148140

149141
pythonVersion = "3.10"
150142

0 commit comments

Comments
 (0)