1
1
Fork 0
PythonLearning/.vscode/settings.json
Seaswimmer bfceebd171
Some checks failed
Lint Code / Ruff (push) Successful in 9s
Lint Code / MyPy (push) Failing after 13s
Lint Code / Pylint (push) Failing after 13s
finished Cars
Co-authored-by: raymondlopez279@gmail.com <raymondlopez279@gmail.com>
2024-06-06 22:19:00 -04:00

7 lines
288 B
JSON

{
"python.analysis.inlayHints.functionReturnTypes": true,
"python.analysis.inlayHints.pytestParameters": true,
"python.analysis.inlayHints.variableTypes": false,
"python.analysis.typeCheckingMode": "strict",
"python.analysis.inlayHints.callArgumentNames": "partial"
}