diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/WebBrowser/Passwords/PasswordModel.py --- a/src/eric7/WebBrowser/Passwords/PasswordModel.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/WebBrowser/Passwords/PasswordModel.py Thu May 25 19:51:47 2023 +0200 @@ -101,7 +101,7 @@ else: return self.__manager.sitesCount() - def columnCount(self, parent=None): + def columnCount(self, parent=None): # noqa: U100 """ Public method to get the number of columns of the model.