json.dumps e json.loads com strings + typing.TypedDict

This commit is contained in:
Luiz Otávio
2022-12-22 08:55:45 -03:00
parent 5bcd4388e1
commit fcccbbd6d1
2 changed files with 45 additions and 1 deletions

View File

@@ -41,6 +41,6 @@
"python.testing.pytestEnabled": true,
"python.analysis.diagnosticSeverityOverrides": {},
// "python.defaultInterpreterPath": "./venv/bin/python",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.typeCheckingMode": "strict",
"cSpell.enabled": true
}