--- a/src/eric7/QScintilla/Lexers/LexerCMake.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/QScintilla/Lexers/LexerCMake.py Thu May 25 19:51:47 2023 +0200 @@ -70,7 +70,7 @@ return QsciLexerCMake.keywords(self, kwSet) -def createLexer(variant="", parent=None): +def createLexer(variant="", parent=None): # noqa: U100 """ Function to instantiate a lexer object.