mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"**/scripts",
|
|
"**/__pycache__",
|
|
],
|
|
"typeCheckingMode": "strict",
|
|
"reportPrivateUsage": false,
|
|
"reportUnusedImport": true,
|
|
"reportMissingTypeStubs": false,
|
|
} |