src/eric7/QScintilla/Lexers/LexerPostScript.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10431
64157aeb0312
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/QScintilla/Lexers/LexerPostScript.py
--- a/src/eric7/QScintilla/Lexers/LexerPostScript.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/QScintilla/Lexers/LexerPostScript.py	Thu May 25 19:51:47 2023 +0200
@@ -56,7 +56,7 @@
         """
         return style in [QsciLexerPostScript.Comment]
 
-    def isStringStyle(self, style):
+    def isStringStyle(self, style):  # noqa: U100
         """
         Public method to check, if a style is a string style.
 
@@ -83,7 +83,7 @@
         return 5
 
 
-def createLexer(variant="", parent=None):
+def createLexer(variant="", parent=None):  # noqa: U100
     """
     Function to instantiate a lexer object.
 

eric ide

mercurial