1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 05:49:11 +00:00
trezor-firmware/python/pyrightconfig.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
}