1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

style: improve pylint exclusions

This commit is contained in:
matejcik 2019-05-07 16:21:14 +02:00
parent 388400bc1b
commit f7e0bb6183

View File

@ -2,4 +2,4 @@
init-hook='sys.path.append("mocks");
[MESSAGES CONTROL]
disable=C0111,C0103,C0413,W0603,W0703
disable=C0111,C0103,C0413,W0603,W0703,R,bad-continuation