Files
trezor-firmware/python/pyrightconfig.json
matejcik 6e3018509b refactor(python): rework session-based API
Co-authored-by: M1nd3r <petrsedlacek.km@seznam.cz>
Co-authored-by: Roman Zeyde <roman.zeyde@satoshilabs.com>

[no changelog]
2026-02-03 14:47:31 +01:00

17 lines
419 B
JSON

{
"include": [
"src/trezorlib",
"tools",
"helper-scripts"
],
"stubPath": "./stubs",
"pythonVersion": "3.9",
"typeCheckingMode": "basic",
"reportMissingImports": false,
"reportUntypedFunctionDecorator": true,
"reportUntypedClassDecorator": true,
"reportMissingParameterType": true,
"useLibraryCodeForTypes": false,
"reportMissingModuleSource": false
}