From b11cf2f37165ddf0ebe737e85768483ff4387481 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 2 Sep 2022 11:42:08 -0700 Subject: pylint: enable consider-using-dict-items Which found a couple of places where we could write better code. --- .pylintrc | 1 - 1 file changed, 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 5fda1f9..659d885 100644 --- a/.pylintrc +++ b/.pylintrc @@ -13,7 +13,6 @@ disable= broad-except, cell-var-from-loop, consider-merging-isinstance, - consider-using-dict-items, consider-using-f-string, consider-using-in, consider-using-max-builtin, -- cgit v1.1