--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py Sat Apr 20 18:01:36 2024 +0200 @@ -181,11 +181,11 @@ return False -def securityOk(errorCode, lineFlags): # noqa: U100 +def securityOk(_errorCode, lineFlags): """ Function to check, if the given error code is an acknowledged security report. - @param errorCode error code to be checked + @param _errorCode error code to be checked (unused) @type str @param lineFlags list of line flags to check against @type list of str