Skip to content

Commit

Permalink
ci: Ignore flake8 E231
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed Jan 31, 2024
1 parent 1865664 commit d45dc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
exclude = *.pyc,__pycache__,hwilib/devices/ledger_bitcoin/,hwilib/devices/btchip,hwilib/devices/ckcc/,hwilib/devices/jadepy/,hwilib/devices/trezorlib/,test/work/,hwilib/ui,hwilib/devices/bitbox02_lib
ignore = E261,E302,E305,E501,E722,W5
ignore = E261,E302,E305,E501,E722,W5,E231
per-file-ignores = setup.py:E122

0 comments on commit d45dc4d

Please sign in to comment.