From 676e66f8530ac45441c160eb8fe1d84a0703ceb6 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 2 Sep 2022 21:19:23 -0700 Subject: pylint: enable consider-using-(min|max)-builtin There's only one case of each, in the same function, so I've handled both in the same commit. --- .pylintrc | 2 -- 1 file changed, 2 deletions(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index fcbdd65..acf78c3 100644 --- a/.pylintrc +++ b/.pylintrc @@ -14,8 +14,6 @@ disable= cell-var-from-loop, consider-merging-isinstance, consider-using-f-string, - consider-using-max-builtin, - consider-using-min-builtin, consider-using-with, cyclic-import, deprecated-decorator, -- cgit v1.1