1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 23:18:13 +00:00

feat(pylint): disable reimported check to allow for local_cache_global

This commit is contained in:
grdddj 2022-10-19 15:20:22 +02:00 committed by matejcik
parent 107c222631
commit 68e93a7b60

View File

@ -81,7 +81,6 @@ enable=
inconsistent-return-statements,
lost-exception,
pointless-string-statement,
reimported,
simplifiable-if-statement,
super-init-not-called,
superfluous-parens,