mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-01-27 10:20:10 +00:00
28 lines
329 B
JSON
28 lines
329 B
JSON
{
|
|
"include": [
|
|
"patroni"
|
|
],
|
|
|
|
"exclude": [
|
|
"**/__pycache__"
|
|
],
|
|
|
|
"ignore": [
|
|
],
|
|
|
|
"defineConstant": {
|
|
"DEBUG": true
|
|
},
|
|
|
|
"stubPath": "typings/",
|
|
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": false,
|
|
|
|
"pythonVersion": "3.11",
|
|
"pythonPlatform": "All",
|
|
|
|
"typeCheckingMode": "strict"
|
|
|
|
}
|