1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

chore(python): specify Python version for type checking

This commit is contained in:
matejcik 2021-12-07 14:53:36 +01:00 committed by matejcik
parent a4bcc95deb
commit 85d707615f

View File

@ -4,6 +4,7 @@
"tools",
"helper-scripts"
],
"pythonVersion": "3.6",
"typeCheckingMode": "basic",
"reportMissingImports": false,
"reportUntypedFunctionDecorator": true,