diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/eric7_api.py --- a/src/eric7/eric7_api.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/eric7_api.py Mon Feb 24 15:43:49 2025 +0100 @@ -84,7 +84,7 @@ "-o", "--output", default="", - help="Write the API information to the named file. A '%%L'" # noqa: M601 + help="Write the API information to the named file. A '%%L'" # noqa: M-601 " placeholder is replaced by the language of the API file (see --language).", required=True, ) @@ -315,4 +315,4 @@ main() # -# eflag: noqa = M801 +# eflag: noqa = M-801