Files
Takashi Kajinami c12baba2cd 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: I05bfccf5be72ba608f44263b4b2f1bf995da908c
2024-11-27 11:53:30 +09:00
..
2017-06-06 14:58:43 -07:00
2024-11-27 11:53:30 +09:00