hacking/hacking/checks
Stephen Finucane f4c3128ac9 Improve H212 failure message
This currently fails with:

  H212: Use assert{type(A),B} instance

which makes no sense. What we actually want is for users to use use
assertIsInstance. Correct this.

Change-Id: I99b01bf2349aede0e90b5fb3702c5637aad412bc
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-05-03 11:52:31 +01:00
..
__init__.py Move comment checks into their own module 2014-04-23 10:03:18 -07:00
comments.py Fix unconditional license print if H103 is not selected 2022-02-23 01:12:15 +01:00
dictlist.py Clean up check signatures 2016-06-30 06:40:29 -05:00
docstrings.py Address flake8 3.x violations 2019-12-11 17:18:21 +00:00
except_checks.py Improve H212 failure message 2023-05-03 11:52:31 +01:00
imports.py Fix python 3.6 escape char warnings in strings 2019-04-04 10:49:15 -05:00
localization.py Fix python 3.6 escape char warnings in strings 2017-08-16 16:45:27 -04:00
mock_checks.py Add H216 to flag use of third party mock 2020-12-01 14:23:27 -06:00
other.py Fix delayed log interpolation false positives 2023-04-25 10:50:41 -04:00
python23.py Bump flake8 to 5.0 to pick up fixes 2023-02-17 14:18:44 -05:00
vim_check.py Run all flake8 checks 2016-02-16 14:29:44 -08:00