src/eric7/CodeFormatting/BlackFormattingDialog.py

branch
eric7
changeset 10065
de4ae767b0e3
parent 9653
e67609152c5e
child 10192
f457742dd3d6
--- a/src/eric7/CodeFormatting/BlackFormattingDialog.py	Wed May 24 17:28:58 2023 +0200
+++ b/src/eric7/CodeFormatting/BlackFormattingDialog.py	Wed May 24 19:54:24 2023 +0200
@@ -661,7 +661,7 @@
         """
         self.result.emit("failed", str(src), message)
 
-    def path_ignored(self, src, message=""):
+    def path_ignored(self, src, message=""):  # noqa: U100
         """
         Public method handling an ignored path.
 
@@ -739,7 +739,7 @@
             BlackMultiprocessingResult(status="failed", filename=str(src), data=message)
         )
 
-    def path_ignored(self, src, message=""):
+    def path_ignored(self, src, message=""):  # noqa: U100
         """
         Public method handling an ignored path.
 

eric ide

mercurial