Skip to content

Commit

Permalink
style(ruff): enable FBT
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jun 21, 2024
1 parent 9ec019b commit c39ee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oomox_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def do_export(self) -> None:
self.command = export_args
super().do_export()

def on_font_radio_toggled(self, button: Gtk.Button, value: bool) -> None:
def on_font_radio_toggled(self, button: Gtk.Button, value: bool) -> None: # noqa: FBT001
if button.get_active():
self.export_config[OPTION_FONT_OPTIONS] = value
self.font_name_entry.set_sensitive(value == VALUE_FONT_CUSTOM)
Expand Down

0 comments on commit c39ee81

Please sign in to comment.