diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Mon Feb 24 15:43:49 2025 +0100 @@ -1057,7 +1057,7 @@ """ Private method to modify the options based on eflag: entries. - This method looks for comment lines like '# eflag: noqa = M601' + This method looks for comment lines like '# eflag: noqa = M-601' at the end of the source in order to extend the list of excluded messages for one file only.