Skip to content

Commit

Permalink
build: pyright config change
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Sep 21, 2024
1 parent 828052e commit 24e6c68
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 @@ -152,16 +152,8 @@ required-imports = [
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.8"
# pythonPlatform = "Linux"

0 comments on commit 24e6c68

Please sign in to comment.