diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/PipInterface/PipPackagesWidget.py --- a/src/eric7/PipInterface/PipPackagesWidget.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/PipInterface/PipPackagesWidget.py Mon Feb 24 15:43:49 2025 +0100 @@ -1224,7 +1224,7 @@ ericApp().getObject("UserInterface").showPreferences("pipPage") except KeyError: # we were called from outside the eric IDE - from eric7.Preferences.ConfigurationDialog import ( # noqa: I101 + from eric7.Preferences.ConfigurationDialog import ( # noqa: I-101 ConfigurationDialog, ConfigurationMode, ) @@ -1836,7 +1836,7 @@ """ Private slot to create a "Software Bill Of Material" file. """ - import CycloneDXInterface # __IGNORE_WARNING_I102__ + import CycloneDXInterface # __IGNORE_WARNING_I-102__ venvName = self.environmentsComboBox.currentText() if venvName == self.__pip.getProjectEnvironmentString():