src/eric7/Preferences/ConfigurationPages/PipPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10206
d6921563be6c
--- a/src/eric7/Preferences/ConfigurationPages/PipPage.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/PipPage.py	Thu May 25 19:51:47 2023 +0200
@@ -75,7 +75,7 @@
         Preferences.setPip("ExcludeCondaEnvironments", self.noCondaCheckBox.isChecked())
 
 
-def create(dlg):
+def create(dlg):  # noqa: U100
     """
     Module function to create the configuration page.
 

eric ide

mercurial