--- a/src/eric7/QScintilla/Lexers/LexerContainer.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/QScintilla/Lexers/LexerContainer.py Sat Apr 20 18:01:36 2024 +0200 @@ -50,14 +50,14 @@ else: return "container" - def description(self, style): # noqa: U100 + def description(self, _style): """ Public method returning the descriptions of the styles supported by the lexer. <b>Note</b>: This methods needs to be overridden by the lexer class. - @param style style number + @param _style style number (unused) @type int @return description for the given style @rtype str