src/eric7/PipInterface/Pip.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11129
bf4ee956dea6
child 11155
e1843b6efa73
child 11212
c8fc753176c6
--- a/src/eric7/PipInterface/Pip.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/PipInterface/Pip.py	Mon Feb 24 15:43:49 2025 +0100
@@ -768,7 +768,7 @@
                     pipre = re.compile(r"^pip\s*(~=|==|!=|<=|>=|<|>|===)")
                     for dependency in dependencies:
                         if pipre.search(dependency):
-                            dependencies.remove(dependency)  # noqa: M569
+                            dependencies.remove(dependency)  # noqa: M-569
                             break
 
                     dlg = DeleteFilesConfirmationDialog(

eric ide

mercurial