Files
patroni/pyrightconfig.json
T
6b7ec49282 Release v3.3.1 (#3087)
* Update release notes
* Bump version
* Bump pyright version and solve reported issues

---------

Co-authored-by: Alexander Kukushkin <[email protected]>
2024-06-17 17:45:10 +02:00

28 lines
329 B
JSON

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