Skip to content

Commit

Permalink
build: pyright config
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Sep 21, 2024
1 parent 7036bfb commit 5a08d5d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,11 @@ 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.8"
pythonPlatform = "Linux"
# pythonPlatform = "Linux"

[tool.coverage.report]
omit = [
Expand Down

0 comments on commit 5a08d5d

Please sign in to comment.