hacking/hacking
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
..
checks Disable old-style-class check by default 2020-02-21 06:24:15 +09:00
tests Bump flake8 version to something modern 2019-12-11 17:18:21 +00:00
__init__.py Add a check for file with only comments 2013-12-09 15:35:33 +01:00
config.py Extract configs-related code to the configs helper 2013-08-01 22:43:15 +04:00
core.py Bump flake8 version to something modern 2019-12-11 17:18:21 +00:00