--- 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(