Skip to content

Commit

Permalink
Ignore ASYNC109 where timeout is used for pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Jul 25, 2024
1 parent 4197629 commit cec3488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydis_core/utils/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async def paginate(
scale_to_size: int = 4000,
empty: bool = True,
restrict_to_user: User | None = None,
timeout: int = 300,
timeout: int = 300, # noqa: ASYNC109
footer_text: str | None = None,
url: str | None = None,
exception_on_empty_embed: bool = False,
Expand Down

0 comments on commit cec3488

Please sign in to comment.