comparison: src/eric7/CodeFormatting/BlackFormattingAction.py
src/eric7/CodeFormatting/BlackFormattingAction.py
- branch
- eric7
- changeset 9221
- bf71ee032bb4
- parent 9214
- bd28e56047d7
- child 9453
- e5065dde905d
equal
deleted
inserted
replaced
12 |
12 |
13 class BlackFormattingAction(enum.Enum): |
13 class BlackFormattingAction(enum.Enum): |
14 """ |
14 """ |
15 Class defining the various code formatting actions. |
15 Class defining the various code formatting actions. |
16 """ |
16 """ |
|
17 |
17 Format = 0 |
18 Format = 0 |
18 Check = 1 |
19 Check = 1 |
19 Diff = 2 |
20 Diff = 2 |