src/eric7/QScintilla/Lexers/LexerPygments.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10431
64157aeb0312
--- a/src/eric7/QScintilla/Lexers/LexerPygments.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/QScintilla/Lexers/LexerPygments.py	Thu May 25 19:51:47 2023 +0200
@@ -553,7 +553,7 @@
         else:
             return self.__lexer.name
 
-    def styleText(self, start, end):
+    def styleText(self, start, end):  # noqa: U100
         """
         Public method to perform the styling.
 
@@ -617,7 +617,7 @@
             PYGMENTS_STRONG,
         ]
 
-    def defaultKeywords(self, kwSet):
+    def defaultKeywords(self, kwSet):  # noqa: U100
         """
         Public method to get the default keywords.
 

eric ide

mercurial