mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-02-19 16:22:44 +01:00
Co-authored-by: M1nd3r <petrsedlacek.km@seznam.cz> Co-authored-by: Roman Zeyde <roman.zeyde@satoshilabs.com> [no changelog]
17 lines
419 B
JSON
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
|
|
}
|