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.