mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-10 09:39:00 +00:00
a5aa515631
had to add a typestub for PIL due to https://github.com/microsoft/pyright/issues/7832 We should remove it if that is either fixed or, if I fail to convince Eric, after the relevant type information is added to Pillow [no changelog]
17 lines
419 B
JSON
17 lines
419 B
JSON
{
|
|
"include": [
|
|
"src/trezorlib",
|
|
"tools",
|
|
"helper-scripts"
|
|
],
|
|
"stubPath": "./stubs",
|
|
"pythonVersion": "3.8",
|
|
"typeCheckingMode": "basic",
|
|
"reportMissingImports": false,
|
|
"reportUntypedFunctionDecorator": true,
|
|
"reportUntypedClassDecorator": true,
|
|
"reportMissingParameterType": true,
|
|
"useLibraryCodeForTypes": false,
|
|
"reportMissingModuleSource": false
|
|
}
|