Fix bitmessagecli in flake8 exclude
This commit is contained in:
parent
252c8293ce
commit
55a33a1a47
|
@ -7,7 +7,7 @@
|
||||||
max-line-length = 119
|
max-line-length = 119
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = bitmessagecurses,network,umsgpack,bitmessagecli
|
exclude = bitmessagecurses,network,umsgpack,bitmessagecli.py
|
||||||
max-line-length = 119
|
max-line-length = 119
|
||||||
ignore = E722,F841,W503
|
ignore = E722,F841,W503
|
||||||
# E722: pylint is preferred for bare-except
|
# E722: pylint is preferred for bare-except
|
||||||
|
|
Reference in New Issue
Block a user