Skip to content

Commit

Permalink
build: pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Sep 21, 2024
1 parent 66c4749 commit 65e8c50
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 65e8c50

Please sign in to comment.