src/eric7/QScintilla/Lexers/LexerContainer.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10431
64157aeb0312
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/QScintilla/Lexers/LexerContainer.py
--- a/src/eric7/QScintilla/Lexers/LexerContainer.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/QScintilla/Lexers/LexerContainer.py	Thu May 25 19:51:47 2023 +0200
@@ -47,7 +47,7 @@
         else:
             return "container"
 
-    def description(self, style):
+    def description(self, style):  # noqa: U100
         """
         Public method returning the descriptions of the styles supported
         by the lexer.

eric ide

mercurial