1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 13:59:17 +00:00
trezor-firmware/python/pyrightconfig.json
matejcik a5aa515631 style(python): upgrade to pyright 1.1.361
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]
2024-05-07 11:57:10 +02:00

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
}