mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 12:28:09 +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
|
||
|
}
|