Skip to content

Commit

Permalink
Request to adjust pyright config (#8329)
Browse files Browse the repository at this point in the history
Would it be possible to not have this config? It overrides the local VS Code config, and means VS Code constantly is reporting errors for me.

Totally open to other approaches ofc. Or that we decide that the tradeoff is worthwhile
  • Loading branch information
max-sixty authored Oct 18, 2023
1 parent 47b4ad9 commit dbf8df2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ defineConstant = {DEBUG = true}
# stubPath = "src/stubs"
# venv = "env367"

reportMissingImports = true
# Enabling this means that developers who have disabled the warning locally —
# because not all dependencies are installable — are overridden
# reportMissingImports = true
reportMissingTypeStubs = false

# pythonVersion = "3.6"
Expand Down

0 comments on commit dbf8df2

Please sign in to comment.