1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 18:39:05 +00:00
trezor-firmware/.pylintrc

5 lines
103 B
INI
Raw Normal View History

2017-06-07 17:06:26 +00:00
[MASTER]
2017-08-15 15:29:27 +00:00
init-hook='sys.path.append("mocks");
2017-06-14 15:38:54 +00:00
[MESSAGES CONTROL]
2017-08-14 09:09:47 +00:00
disable=C0111,C0103,C0413,W0603,W0703