diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/WebBrowser/Passwords/PasswordModel.py --- a/src/eric7/WebBrowser/Passwords/PasswordModel.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/WebBrowser/Passwords/PasswordModel.py Mon Feb 24 15:43:49 2025 +0100 @@ -111,7 +111,7 @@ else: return self.__manager.sitesCount() - def columnCount(self, parent=None): # noqa: U100 + def columnCount(self, parent=None): # noqa: U-100 """ Public method to get the number of columns of the model.