forked from rpms/leapp-repository
26 lines
751 B
Diff
26 lines
751 B
Diff
From 9cd95f0fb90a60b650ddc5bd05df6807f0e80a60 Mon Sep 17 00:00:00 2001
|
|
From: Tomas Fratrik <tfratrik@redhat.com>
|
|
Date: Wed, 13 Aug 2025 13:13:24 +0200
|
|
Subject: [PATCH 34/55] pylint: enable use-dict-literal
|
|
|
|
Jira: RHELMISC-16038
|
|
---
|
|
.pylintrc | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/.pylintrc b/.pylintrc
|
|
index aaa5d99e..bc051513 100644
|
|
--- a/.pylintrc
|
|
+++ b/.pylintrc
|
|
@@ -52,7 +52,6 @@ disable=
|
|
raise-missing-from, # no 'raise from' in python 2
|
|
use-a-generator, # cannot be modified because of Python2 support
|
|
consider-using-f-string, # sorry, not gonna happen, still have to support py2
|
|
- use-dict-literal,
|
|
redundant-u-string-prefix, # still have py2 to support
|
|
logging-format-interpolation,
|
|
logging-not-lazy,
|
|
--
|
|
2.51.1
|
|
|