From 80168377a8e8614219515e0a5e1e2ecfac280969 Mon Sep 17 00:00:00 2001 From: Marco Gil Date: Wed, 7 May 2025 10:56:39 +0200 Subject: [PATCH] PTHMINT-48: Fix ruff ARG002 --- pyproject.toml | 1 - src/multisafepay/api/paths/recurring/recurring_manager.py | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 617d303..9395b19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,6 @@ extend-safe-fixes = [ "D415", # docstrings should end with a period, question mark, or exclamation point ] ignore = [ - "ARG002", "B006", "B904", "BLE001", diff --git a/src/multisafepay/api/paths/recurring/recurring_manager.py b/src/multisafepay/api/paths/recurring/recurring_manager.py index 61e8329..ad6e707 100644 --- a/src/multisafepay/api/paths/recurring/recurring_manager.py +++ b/src/multisafepay/api/paths/recurring/recurring_manager.py @@ -50,7 +50,6 @@ def __init__(self: "RecurringManager", client: Client) -> None: def get_list( self: "RecurringManager", reference: str, - force_api_call: bool = False, ) -> CustomApiResponse: """ Retrieves a list of recurring tokens for a given customer reference.