File size: 259 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 |
{
"reportUnnecessaryCast": "warning",
"reportUnnecessaryTypeIgnoreComment": "warning",
"reportTypeCommentUsage": true,
"pythonVersion": "3.10",
"reportMissingImports": false,
"exclude": [
"**/samples/async/sample_authentication_async.py"
]
} |