--- a/src/eric7/RemoteServerInterface/EricServerFileDialog.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/RemoteServerInterface/EricServerFileDialog.py Mon Feb 24 15:43:49 2025 +0100 @@ -59,7 +59,7 @@ IsDirectoryRole = Qt.ItemDataRole.UserRole - def __init__(self, parent=None, caption="", directory="", filter=""): # noqa: M132 + def __init__(self, parent=None, caption="", directory="", filter=""): # noqa: M-132 """ Constructor @@ -198,7 +198,7 @@ self.filterCombo.clear() self.filterCombo.addItems([f for f in filters if f]) - def setNameFilter(self, filter): # noqa: M132 + def setNameFilter(self, filter): # noqa: M-132 """ Public method to set the current name filter.