From 22dec805ce6ef7657efaa9e6f846938bc90825f5 Mon Sep 17 00:00:00 2001 From: Grant Jenks Date: Mon, 18 Nov 2019 20:13:06 -0800 Subject: [PATCH] Add trailing comma to disabled list --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index d49b011f..80391fc1 100644 --- a/.pylintrc +++ b/.pylintrc @@ -137,7 +137,7 @@ disable=print-statement, super-init-not-called, ungrouped-imports, no-else-return, - useless-object-inheritance + useless-object-inheritance, # 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