From 33d83ab4627e60ced882db44eb860ab3b736cc1a Mon Sep 17 00:00:00 2001 From: guille Date: Fri, 27 Aug 2021 18:13:58 -0400 Subject: [PATCH] Add good variable names to pylintrc --- pylintrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 0536a885..91e3532f 100644 --- a/pylintrc +++ b/pylintrc @@ -326,7 +326,9 @@ good-names=i, z, s, df, - id + id, + he, + hi, _ # Good variable names regexes, separated by a comma. If names match any regex,