Add ruff pre-commit hooks

This commit is contained in:
Mike A
2023-12-31 15:14:03 +01:00
parent 40b5a38048
commit 2b954c5440
8 changed files with 650 additions and 480 deletions

View File

@@ -85,9 +85,7 @@ class BaseAppleAccount(ABC):
return NotImplemented
@abstractmethod
def fetch_reports(
self, keys: Sequence[KeyPair], date_from: datetime, date_to: datetime
):
def fetch_reports(self, keys: Sequence[KeyPair], date_from: datetime, date_to: datetime):
return NotImplemented
@abstractmethod