Skip to content

Commit

Permalink
update defaults after upstream update
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Dec 12, 2023
1 parent 0c91f0d commit 9df0f60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
"$id": "#/properties/enableExperimentalFeatures",
"type": "boolean",
"title": "Enable the use of experimental features that are not part of the Python typing spec",
"default": true
"default": false
},
"enableTypeIgnoreComments": {
"$id": "#/properties/enableTypeIgnoreComments",
Expand All @@ -513,7 +513,7 @@
"$id": "#/properties/deprecateTypingAliases",
"type": "boolean",
"title": "Treat typing-specific aliases to standard types as deprecated",
"default": true
"default": false
},
"reportGeneralTypeIssues": {
"$id": "#/properties/reportGeneralTypeIssues",
Expand Down Expand Up @@ -549,7 +549,7 @@
"$id": "#/properties/reportMissingTypeStubs",
"$ref": "#/definitions/diagnostic",
"title": "Controls reporting of imports that cannot be resolved to type stub files",
"default": "none"
"default": "warning"
},
"reportImportCycles": {
"$id": "#/properties/reportImportCycles",
Expand Down Expand Up @@ -591,7 +591,7 @@
"$id": "#/properties/reportWildcardImportFromLibrary",
"$ref": "#/definitions/diagnostic",
"title": "Controls reporting of wlidcard import from external library",
"default": "none"
"default": "warning"
},
"reportOptionalSubscript": {
"$id": "#/properties/reportOptionalSubscript",
Expand Down

0 comments on commit 9df0f60

Please sign in to comment.