Fix "Exclude flake8 hacking plugins"
Apparently setting "select" overrides the default "ignore" values.
This commit is contained in:
parent
b8848348d6
commit
8f9734d797
@ -13,7 +13,7 @@ known_standard_library = _dummy_thread,_thread,abc,aifc,argparse,array,ast,async
|
|||||||
known_third_party = defusedxml,passlib,pkg_resources,pytest,vobject
|
known_third_party = defusedxml,passlib,pkg_resources,pytest,vobject
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
select = E,W,F
|
extend-ignore = H
|
||||||
|
|
||||||
[coverage:run]
|
[coverage:run]
|
||||||
branch = True
|
branch = True
|
||||||
|
Loading…
Reference in New Issue
Block a user