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:
Tin Lam 2019-02-02 14:27:11 -06:00
parent b79d5b7a98
commit e6af6ae87e
1 changed files with 1 additions and 1 deletions

View File

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