Skip to content

Commit

Permalink
Move where we turn off format checking
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisib committed Dec 5, 2024
1 parent 5079fdb commit e3bd566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/firmware/tools/conf_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ class ConfigurationEditor(EuroPiScript):
def __init__(self):
super().__init__()

# fmt: off
boolean_labels = {
True: "Yes",
False: "No"
}

# fmt: off
voltage_items = []
system_items = []
display_items = []
Expand Down

0 comments on commit e3bd566

Please sign in to comment.