forked from rpms/leapp-repository
c64266d19b
- Introduce new upgrade path RHEL 8.9 -> 9.3 - Update leapp data files to reflect new changes between systems - Detect and report use of deprecated Xorg drivers - Minor improvements of generated reports - Fix false positive report about invalid symlinks - Inhibit the upgrade when unsupported x86-64 microarchitecture is detected - Resolves: rhbz#2215997
27 lines
792 B
Diff
27 lines
792 B
Diff
From aa21fa14e6f8a4644ee1190943127c3c0f2bc206 Mon Sep 17 00:00:00 2001
|
|
From: Inessa Vasilevskaya <ivasilev@redhat.com>
|
|
Date: Thu, 23 Mar 2023 15:39:22 +0100
|
|
Subject: [PATCH 19/30] update .pylintrc
|
|
|
|
---
|
|
.pylintrc | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/.pylintrc b/.pylintrc
|
|
index f5da1f1f..7ddb58d6 100644
|
|
--- a/.pylintrc
|
|
+++ b/.pylintrc
|
|
@@ -52,7 +52,8 @@ disable=
|
|
consider-using-with, # on bunch spaces we cannot change that...
|
|
duplicate-string-formatting-argument, # TMP: will be fixed in close future
|
|
consider-using-f-string, # sorry, not gonna happen, still have to support py2
|
|
- use-dict-literal
|
|
+ use-dict-literal,
|
|
+ redundant-u-string-prefix # still have py2 to support
|
|
|
|
[FORMAT]
|
|
# Maximum number of characters on a single line.
|
|
--
|
|
2.40.1
|
|
|