From df1b95cf2b015fc5b756609f2cae1e0dc7176702 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 7 Sep 2022 15:38:36 -0700 Subject: pylint: enable consider-merging-isinstance --- .pylintrc | 1 - 1 file changed, 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 926d7c7..59cdc5e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -12,7 +12,6 @@ disable= attribute-defined-outside-init, broad-except, cell-var-from-loop, - consider-merging-isinstance, consider-using-f-string, consider-using-with, cyclic-import, -- cgit v1.1