mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-07 13:12:41 +00:00
13 lines
287 B
JSON
13 lines
287 B
JSON
![]() |
{
|
||
|
"include": [
|
||
|
"src/trezorlib",
|
||
|
"tools",
|
||
|
"helper-scripts"
|
||
|
],
|
||
|
"typeCheckingMode": "basic",
|
||
|
"reportMissingImports": false,
|
||
|
"reportUntypedFunctionDecorator": true,
|
||
|
"reportUntypedClassDecorator": true,
|
||
|
"reportMissingParameterType": true
|
||
|
}
|