From 5e33a4149309c61acd598900497dca37daf96fbd Mon Sep 17 00:00:00 2001 From: guille Date: Mon, 30 Aug 2021 11:44:19 -0400 Subject: [PATCH] Review overall code quality and improve pylintrc --- pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/pylintrc b/pylintrc index 91e3532f..5c790802 100644 --- a/pylintrc +++ b/pylintrc @@ -329,6 +329,7 @@ good-names=i, id, he, hi, + setUp, _ # Good variable names regexes, separated by a comma. If names match any regex,