diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/QScintilla/Lexers/LexerPygments.py --- 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.