Asib27's picture
try 1
065fee7 verified
raw
history blame
259 Bytes
{
"reportUnnecessaryCast": "warning",
"reportUnnecessaryTypeIgnoreComment": "warning",
"reportTypeCommentUsage": true,
"pythonVersion": "3.10",
"reportMissingImports": false,
"exclude": [
"**/samples/async/sample_authentication_async.py"
]
}