hacking/hacking/checks
Akihiro Motoki aef9ad9dac Disable old-style-class check by default
In Python3, all objects inherit 'object' and there is no need to
inherit 'object' in class declarations as we do in python2.
pylint 2.0 added a new check useless-object-inheritance and
if this check is enabled in pylint, we need to disable the
old-style-class check in hacking. We are now in py3 era,
so it sounds good to disable it by default.

Change-Id: Iaebcf267de9ef826b8cc387d1fa1f2eccff2c050
2020-02-21 06:24:15 +09:00
..
__init__.py Move comment checks into their own module 2014-04-23 10:03:18 -07:00
comments.py Address flake8 3.x violations 2019-12-11 17:18:21 +00: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 Add a check to make sure the right assert* method is used 2016-10-07 13:02:24 +02: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 autospec check: Allow 'wraps' to be an alternative to autospec 2017-11-12 14:58:30 -08:00
other.py Add a check for delayed string interpolation 2016-07-19 22:03:18 +02:00
python23.py Disable old-style-class check by default 2020-02-21 06:24:15 +09:00
vim_check.py Run all flake8 checks 2016-02-16 14:29:44 -08:00