Exclude from flake8:
bitmessagecli,bitmessagecurses - unmaintained, umsgpack - external, network - second order.
This commit is contained in:
parent
89801d0be2
commit
017d835bd7
|
@ -7,6 +7,7 @@
|
||||||
max-line-length = 119
|
max-line-length = 119
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
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