From 9f8339e828b2dca1e0ac621b697af6573b900cf2 Mon Sep 17 00:00:00 2001 From: Avram Lubkin Date: Tue, 23 May 2023 10:02:10 -0400 Subject: [PATCH] Pylint: Enable previously fixed checks --- pylintrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/pylintrc b/pylintrc index 3756c00..e0afd16 100644 --- a/pylintrc +++ b/pylintrc @@ -29,8 +29,6 @@ disable= # Syntax / Logic consider-using-f-string, - unnecessary-comprehension, - use-list-literal, # Logging logging-fstring-interpolation,