src/eric7/CodeFormatting/BlackFormattingDialog.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
--- a/src/eric7/CodeFormatting/BlackFormattingDialog.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/CodeFormatting/BlackFormattingDialog.py	Mon Feb 24 15:43:49 2025 +0100
@@ -668,7 +668,7 @@
         """
         self.result.emit("failed", str(src), message)
 
-    def path_ignored(self, src, message=""):  # noqa: U100
+    def path_ignored(self, src, message=""):  # noqa: U-100
         """
         Public method handling an ignored path.
 
@@ -746,7 +746,7 @@
             BlackMultiprocessingResult(status="failed", filename=str(src), data=message)
         )
 
-    def path_ignored(self, src, message=""):  # noqa: U100
+    def path_ignored(self, src, message=""):  # noqa: U-100
         """
         Public method handling an ignored path.
 

eric ide

mercurial