зеркало из https://github.com/microsoft/lisa.git
improve pylance ignored rules.
LISA is using mypy for checking, and use pylance for code intelligence. Ignore pylance rules which conflict with mypy.
This commit is contained in:
Родитель
6aa4b4b506
Коммит
68fef7c03b
|
@ -67,7 +67,8 @@ environment.
|
|||
"reportUnknownParameterType": "none",
|
||||
"reportUnboundVariable": "none",
|
||||
"reportPrivateUsage": "none",
|
||||
"reportImportCycles": "none"
|
||||
"reportImportCycles": "none",
|
||||
"reportUnnecessaryIsInstance": "none",
|
||||
},
|
||||
"python.languageServer": "Pylance",
|
||||
"python.pythonPath": "<python path>\\python.exe",
|
||||
|
|
Загрузка…
Ссылка в новой задаче