chore(pylintrc): id is an acceptable var name

This commit is contained in:
Benjamin Kirkbride
2020-06-09 21:16:13 -04:00
parent 452e8a29db
commit e805230b16

View File

@@ -305,7 +305,8 @@ good-names=i,
y,
ex,
Run,
_
_,
id
# Include a hint for the correct naming format with invalid-name.
include-naming-hint=no