* Fix the pep8 commands failed and Enable H904 checks in tox.ini.
* Hacking M331 still has Bug and remove it from HACKING, use H904 instead.
Change-Id: Iaf692bc139b309376917832aaa749cc141c11275
Since we have added H203 in tox.ini [1], the local Hacking for M318
can be removed.
[1] https://review.openstack.org/#/c/484089/
Change-Id: Ieb652a41b77effdd8a67ea619ab592b1b065aec5
Added following style checks:
* Enforce use of assertTrue/assertFalse
* Enforce use of assertIs/assertIsNot
Change-Id: Ic4bc964fef9ea78934937dc74017569c2a55ba44
Implements: blueprint mistral-hacking
The following style checks are added:
* do not use dict.iteritems
* do not use dict.iterkeys
* do not use dict.itervalues
Partial_implements: blueprint mistral-hacking
Change-Id: I25d846c80652d7746c3b958239797ce524ec235f
The following check is added in this commit:
* hacking checks for xrange()
Change-Id: If7bd8759445e5ca8cd5f4e74d91dcd02fa267904
Partial-Implements: blueprint mistral-hacking
The following checks is added in this commit:
* enforce assertIsNone instead of assertEqual with a None
Change-Id: Idc7c5cb53060dad544bb9b8659e7220b7cd41e56
Partial-Implements: blueprint mistral-hacking