mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 11:39:03 +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
|
|
}
|