HWI/.flake8
Andrew Chow 982aabcb25 Initial Qt Creator and UI files
.gitignore is updated to ignore some things
2020-01-21 12:09:43 -05:00

5 lines
198 B
INI

[flake8]
exclude = *.pyc,__pycache__,hwilib/devices/btchip/,hwilib/devices/ckcc/,hwilib/devices/trezorlib/,test/work/,hwilib/ui
ignore = E261,E302,E305,E501,E722,W5
per-file-ignores = setup.py:E122