--- a/src/eric7/QScintilla/Lexers/LexerTeX.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/QScintilla/Lexers/LexerTeX.py Thu May 25 19:51:47 2023 +0200 @@ -53,7 +53,7 @@ self.setProcessComments(Preferences.getEditor("TexProcessComments")) self.setProcessIf(Preferences.getEditor("TexProcessIf")) - def isCommentStyle(self, style): + def isCommentStyle(self, style): # noqa: U100 """ Public method to check, if a style is a comment style. @@ -215,7 +215,7 @@ return None -def createLexer(variant="", parent=None): +def createLexer(variant="", parent=None): # noqa: U100 """ Function to instantiate a lexer object.