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