mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
3d505874aa
[no changelog]
15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"include": [
|
|
"src/trezorlib",
|
|
"tools",
|
|
"helper-scripts"
|
|
],
|
|
"pythonVersion": "3.6",
|
|
"typeCheckingMode": "basic",
|
|
"enableTypeIgnoreComments": false,
|
|
"reportMissingImports": false,
|
|
"reportUntypedFunctionDecorator": true,
|
|
"reportUntypedClassDecorator": true,
|
|
"reportMissingParameterType": true
|
|
}
|