mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-10-31 20:39:48 +00:00
14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"include": [
|
|
"src/trezorlib",
|
|
"tools",
|
|
"helper-scripts"
|
|
],
|
|
"pythonVersion": "3.8",
|
|
"typeCheckingMode": "basic",
|
|
"reportMissingImports": false,
|
|
"reportUntypedFunctionDecorator": true,
|
|
"reportUntypedClassDecorator": true,
|
|
"reportMissingParameterType": true
|
|
}
|