Pylint: Enable previously fixed checks

This commit is contained in:
Avram Lubkin 2023-05-23 10:02:10 -04:00 коммит произвёл Avram Lubkin
Родитель de5c35f536
Коммит 9f8339e828
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -29,8 +29,6 @@ disable=
# Syntax / Logic
consider-using-f-string,
unnecessary-comprehension,
use-list-literal,
# Logging
logging-fstring-interpolation,