Skip to content

Commit

Permalink
chore(lint): ignore incorrect ruff warning, fixed in later versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed May 18, 2024
1 parent 02fc355 commit 687afa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ext/commands/test_base_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Cog(commands.Cog):
async def cmd(
self,
inter,
param: int = commands.Param(name=disnake.Localized("param", key="PARAM")),
param: int = commands.Param(name=disnake.Localized("param", key="PARAM")), # noqa: B008
) -> None:
...

Expand Down

0 comments on commit 687afa3

Please sign in to comment.