Explorar o código

Fix "Exclude flake8 hacking plugins"

Apparently setting "select" overrides the default "ignore" values.
Unrud %!s(int64=4) %!d(string=hai) anos
pai
achega
8f9734d797
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -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