src/eric7/QScintilla/Lexers/Lexer.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10431
64157aeb0312
--- a/src/eric7/QScintilla/Lexers/Lexer.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/QScintilla/Lexers/Lexer.py	Thu May 25 19:51:47 2023 +0200
@@ -187,7 +187,7 @@
         """
         return []
 
-    def isCommentStyle(self, style):
+    def isCommentStyle(self, style):  # noqa: U100
         """
         Public method to check, if a style is a comment style.
 
@@ -196,7 +196,7 @@
         """
         return True
 
-    def isStringStyle(self, style):
+    def isStringStyle(self, style):  # noqa: U100
         """
         Public method to check, if a style is a string style.
 
@@ -238,7 +238,7 @@
         else:
             return self.keywordSetDescriptions[kwSet - 1]
 
-    def defaultKeywords(self, kwSet):
+    def defaultKeywords(self, kwSet):  # noqa: U100
         """
         Public method to get the default keywords.
 

eric ide

mercurial