src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10135
36839e2c6945
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py
--- a/src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py	Thu May 25 19:51:47 2023 +0200
@@ -270,7 +270,7 @@
             itm.setText(2, "{0:2d}".format(indentWidth))
 
 
-def create(dlg):
+def create(dlg):  # noqa: U100
     """
     Module function to create the configuration page.
 

eric ide

mercurial