src/eric7/eric7_api.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
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

eric ide

mercurial