1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/.pylintrc
2017-06-14 17:38:54 +02:00

6 lines
95 B
INI

[MASTER]
init-hook='sys.path.insert(0, "mocks")'
[MESSAGES CONTROL]
disable=C0111,C0103,W0603