From 34a3af820ce073dd1307357fbbb532b59d96b550 Mon Sep 17 00:00:00 2001 From: Philippe Duval Date: Thu, 1 Nov 2018 11:41:09 -0400 Subject: [PATCH] Disable pylint old-style-class --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index fba35186cc..fcf0968f10 100644 --- a/.pylintrc +++ b/.pylintrc @@ -57,7 +57,8 @@ confidence= disable=fixme, missing-docstring, invalid-name, - too-many-lines + too-many-lines, + old-style-class # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option # multiple time (only on the command line, not in the configuration file where