Merge pull request 'Enable "all" ruff lint fixes' (#4978) from ruff into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4978
This commit is contained in:
Mic92
2025-08-26 11:26:47 +00:00
10 changed files with 72 additions and 60 deletions

View File

@@ -91,7 +91,6 @@ def get_system_file(
def gtk_open_file(file_request: FileRequest, op_key: str) -> bool:
def returns(data: SuccessDataClass | ErrorDataClass) -> None:
global RESULT
RESULT[op_key] = data
def on_file_select(file_dialog: Gtk.FileDialog, task: Gio.Task) -> None: