--- a/src/eric7/DebugClients/Python/ModuleLoader.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/DebugClients/Python/ModuleLoader.py Mon Feb 24 15:43:49 2025 +0100 @@ -100,7 +100,7 @@ return module - def find_spec(self, fullname, _path, target=None): # noqa: U100 + def find_spec(self, fullname, _path, target=None): # noqa: U-100 """ Public method returning the module spec.