src/eric7/QScintilla/Lexers/LexerContainer.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r 47be220abdaf -r 779cda568acb src/eric7/QScintilla/Lexers/LexerContainer.py
--- 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

eric ide

mercurial