From bca6c670c3489ee220f1530d31aa852188d5181c Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 24 Sep 2021 12:37:37 -0700 Subject: pylintrc: add function-redefined --- .pylintrc | 1 + 1 file changed, 1 insertion(+) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index eae0667..983e836 100644 --- a/.pylintrc +++ b/.pylintrc @@ -16,6 +16,7 @@ enable= consider-using-enumerate, dangerous-default-value, deprecated-lambda, + function-redefined, len-as-condition, literal-comparison, missing-kwoa, -- cgit v1.1