diff -r e9e7eca7efee -r bf71ee032bb4 src/eric7/CodeFormatting/BlackFormattingAction.py --- a/src/eric7/CodeFormatting/BlackFormattingAction.py Wed Jul 13 11:16:20 2022 +0200 +++ b/src/eric7/CodeFormatting/BlackFormattingAction.py Wed Jul 13 14:55:47 2022 +0200 @@ -14,6 +14,7 @@ """ Class defining the various code formatting actions. """ + Format = 0 Check = 1 Diff = 2