--- a/src/eric7/QScintilla/SpellChecker.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/QScintilla/SpellChecker.py Thu May 25 19:51:47 2023 +0200 @@ -50,7 +50,7 @@ if checkRegion is not None: self.__checkRegion = checkRegion else: - self.__checkRegion = lambda r: True + self.__checkRegion = lambda r: True # noqa: U100 self.minimumWordSize = 3 self.lastCheckedLine = -1