Skip to content

Commit dbf8df2

Browse files
authored
Request to adjust pyright config (#8329)
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
1 parent 47b4ad9 commit dbf8df2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@ defineConstant = {DEBUG = true}
209209
# stubPath = "src/stubs"
210210
# venv = "env367"
211211

212-
reportMissingImports = true
212+
# Enabling this means that developers who have disabled the warning locally —
213+
# because not all dependencies are installable — are overridden
214+
# reportMissingImports = true
213215
reportMissingTypeStubs = false
214216

215217
# pythonVersion = "3.6"

0 commit comments

Comments
 (0)