mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-31 12:06:57 +08:00
Add reportMissingParameterType to pyrightconfig.stricter.json (#8770)
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
"stubs/invoke",
|
||||
"stubs/jmespath",
|
||||
"stubs/jsonschema",
|
||||
"stubs/keyboard",
|
||||
"stubs/ldap3",
|
||||
"stubs/Markdown",
|
||||
"stubs/mock",
|
||||
@@ -99,6 +98,7 @@
|
||||
"strictSetInference": true,
|
||||
"reportFunctionMemberAccess": "error",
|
||||
"reportMissingModuleSource": "none",
|
||||
"reportMissingParameterType": "error",
|
||||
"reportMissingTypeStubs": "error",
|
||||
"reportUnusedImport": "error",
|
||||
"reportUnusedClass": "error",
|
||||
|
||||
Reference in New Issue
Block a user