Skip to content

Commit 2bcf18e

Browse files
committed
restore formatting
1 parent 4506fa4 commit 2bcf18e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyrightconfig.stricter.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json",
33
"typeshedPath": ".",
4-
"include": ["stdlib", "stubs"],
4+
"include": [
5+
"stdlib",
6+
"stubs",
7+
],
58
"exclude": [
69
// test cases use a custom pyrightconfig file
710
"**/@tests/test_cases",
@@ -90,7 +93,7 @@
9093
"stubs/tqdm",
9194
"stubs/vobject",
9295
"stubs/workalendar",
93-
"stubs/xmldiff"
96+
"stubs/xmldiff",
9497
],
9598
"typeCheckingMode": "strict",
9699
// TODO: Complete incomplete stubs
@@ -121,5 +124,5 @@
121124
// The name of the self/cls parameter is out of typeshed's control.
122125
"reportSelfClsParameterName": "none",
123126
// Not actionable in typeshed
124-
"reportDeprecated": "none"
127+
"reportDeprecated": "none",
125128
}

0 commit comments

Comments
 (0)