--- a/src/eric7/Utilities/ClassBrowsers/rbclbr.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Utilities/ClassBrowsers/rbclbr.py Thu May 25 19:51:47 2023 +0200 @@ -258,7 +258,7 @@ self.setPrivate() -def readmodule_ex(module, path=None, isTypeFile=False): +def readmodule_ex(module, path=None, isTypeFile=False): # noqa: U100 """ Read a Ruby file and return a dictionary of classes, functions and modules.