mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Fix "Exclude flake8 hacking plugins"
Apparently setting "select" overrides the default "ignore" values.
This commit is contained in:
parent
525fa8a926
commit
3d8e3bc46a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
[flake8]
|
||||
select = E,W,F
|
||||
extend-ignore = H
|
||||
|
||||
[coverage:run]
|
||||
branch = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue