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 a62f4c4 commit 812722d
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 @@ -136,16 +136,8 @@ banned-module-level-imports = ["torch", "tensorflow"]
include = ["src"]

typeCheckingMode = "standard"
autoSearchPaths = true
useLibraryCodeForTypes = true
autoImportCompletions = true
diagnosticsMode = "openFilesOnly"

reportUnusedImports = false
# reportUnusedVariable = false
# reportUnusedClass = "warning"
# reportUnusedFunction = "warning"
# reportUndefinedVariable = false # ruff handles this with F821

pythonVersion = "3.9"

Expand Down

0 comments on commit 812722d

Please sign in to comment.