diff --git a/tox.ini b/tox.ini index 73fe93be..50e498c1 100644 --- a/tox.ini +++ b/tox.ini @@ -80,7 +80,7 @@ commands = {posargs} filename = *.py show-source = true # [H106] Don't put vim configuration in source files. -# [H210] Require 'autospec', 'spec', or 'spec_set' in mock.patch/mock.patch.object calls +# [H201] No 'except:' at least use 'except Exception:' # [H904] Delay string interpolations at logging calls. enable-extensions = H106,H201,H904 # TODO(lamt) Clean up these docstring violations if possible