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 24, 2024
1 parent 90a6c0d commit f8f33c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arthur/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def paginate(
max_size: int = 500,
scale_to_size: int = 4000,
restrict_to_user: discord.User | None = None,
timeout: int = 300,
timeout: int = 300, # noqa: ASYNC109
footer_text: str | None = None,
url: str | None = None,
allowed_roles: Sequence[int] | None = None,
Expand Down

0 comments on commit f8f33c6

Please sign in to comment.