Add good variable names to pylintrc

This commit is contained in:
Guille Gutierrez 2021-08-27 18:13:58 -04:00
parent 624e9f3aa2
commit 33d83ab462

View File

@ -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,