Skip to content

Commit 1eafba6

Browse files
committed
Disable some PyLance rules
1 parent 8d5bc58 commit 1eafba6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"tests"
44
],
55
"python.testing.unittestEnabled": false,
6-
"python.testing.pytestEnabled": true
6+
"python.testing.pytestEnabled": true,
7+
"python.analysis.diagnosticSeverityOverrides": {
8+
"reportAttributeAccessIssue": "none",
9+
"reportGeneralTypeIssues": "none",
10+
"reportOptionalMemberAccess": "none"
11+
}
712
}

0 commit comments

Comments
 (0)