Files
patroni/pyrightconfig.json
2025-02-19 17:04:19 +01:00

28 lines
329 B
JSON

{
"include": [
"patroni"
],
"exclude": [
"**/__pycache__"
],
"ignore": [
],
"defineConstant": {
"DEBUG": true
},
"stubPath": "typings/",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.13",
"pythonPlatform": "All",
"typeCheckingMode": "strict"
}