diff --git a/prospector.yml b/prospector.yml index 3b338eb..ed931fa 100644 --- a/prospector.yml +++ b/prospector.yml @@ -28,6 +28,9 @@ pylint: disable: - logging-format-interpolation - inconsistent-return-statements + # We are running lint with Python 3.x but we still support Python 2.x + # (corporate site is under Python 2.x) + - useless-object-inheritance mccabe: run: false