add FA, ICN, ISC, LOG, PIE and PYI linting

This commit is contained in:
Jörg Thalheim
2024-09-02 15:41:20 +02:00
parent c43bde3254
commit 8fbc76ecac
9 changed files with 32 additions and 13 deletions

View File

@@ -36,7 +36,6 @@ def open_file(file_request: FileRequest) -> list[str] | None:
Abstract api method to open a file dialog window.
It must return the name of the selected file or None if no file was selected.
"""
pass
@dataclass