Skip to content

Commit 687afa3

Browse files
committed
chore(lint): ignore incorrect ruff warning, fixed in later versions
1 parent 02fc355 commit 687afa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ext/commands/test_base_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Cog(commands.Cog):
9191
async def cmd(
9292
self,
9393
inter,
94-
param: int = commands.Param(name=disnake.Localized("param", key="PARAM")),
94+
param: int = commands.Param(name=disnake.Localized("param", key="PARAM")), # noqa: B008
9595
) -> None:
9696
...
9797

0 commit comments

Comments
 (0)