diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/QScintilla/Lexers/LexerBatch.py --- a/src/eric7/QScintilla/Lexers/LexerBatch.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/QScintilla/Lexers/LexerBatch.py Thu May 25 19:51:47 2023 +0200 @@ -42,7 +42,7 @@ """ return style in [QsciLexerBatch.Comment] - def isStringStyle(self, style): + def isStringStyle(self, style): # noqa: U100 """ Public method to check, if a style is a string style. @@ -61,7 +61,7 @@ return QsciLexerBatch.keywords(self, kwSet) -def createLexer(variant="", parent=None): +def createLexer(variant="", parent=None): # noqa: U100 """ Function to instantiate a lexer object.