Files
octavia/octavia/hacking
Takashi Kajinami 85f664378b Remove duplicate hacking checks
Some of the checks in local plugin are duplicate of built-in ones.

 [H203] Use assertIs(Not)None to check for None
 [H211] Check for assertTrue(isinstance(a, b)) sentences
 [H214] Use assertIn/NotIn(A, B)

Note:
H211 and H214 are enabled by default.

Change-Id: Ie3a466abe1d3ce5d90bdfd5e9f637ca0cb1967a4
2024-11-27 11:46:33 +09:00
..
2018-03-14 07:02:56 +09:00
2024-11-27 11:46:33 +09:00