1
1
Fork 0
PythonLearning/.vscode/settings.json
SeaswimmerTheFsh 68569900e0
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 11s
updated repository with strict typechecking
2024-05-08 12:43:05 -04:00

6 lines
224 B
JSON

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