Fix a tox mismatch
This is patch set adds in a trivial fix for a mismatch between a comment and the actual hacking rule that is being enabled. Change-Id: I7b1b6146f0cc0222d050e9aabd42a965af63730f Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
b79d5b7a98
commit
e6af6ae87e
2
tox.ini
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user