src/eric7/EricWidgets/EricMainWindow.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
--- a/src/eric7/EricWidgets/EricMainWindow.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/EricWidgets/EricMainWindow.py	Mon Feb 24 15:43:49 2025 +0100
@@ -44,7 +44,7 @@
         """
         # step 1: set the style
         style = None
-        if styleName != "System" and styleName in QStyleFactory.keys():  # noqa: Y118
+        if styleName != "System" and styleName in QStyleFactory.keys():  # noqa: Y-118
             style = QStyleFactory.create(styleName)
         if style is None:
             style = QStyleFactory.create(self.defaultStyleName)

eric ide

mercurial