diff options
author | 2024-02-02 16:12:08 +0000 | |
---|---|---|
committer | 2024-02-02 16:12:08 +0000 | |
commit | 5fd87154cbf326068b181f366286a635a7eaa119 (patch) | |
tree | 709446f42d8981e83bca8b17f4fda280d477c7e2 /arthur/exts/fun/devops_rules.py | |
parent | Add ruff isort configuration (diff) |
Enable all ruff rules
Diffstat (limited to 'arthur/exts/fun/devops_rules.py')
-rw-r--r-- | arthur/exts/fun/devops_rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/fun/devops_rules.py b/arthur/exts/fun/devops_rules.py index fa0e1c4..0e311cb 100644 --- a/arthur/exts/fun/devops_rules.py +++ b/arthur/exts/fun/devops_rules.py @@ -52,7 +52,7 @@ class Rules(Cog): ) @rules_group.command(name="refresh", aliases=("fetch", "update")) - async def update_rules(self, ctx: Context) -> None: + async def update_rules(self, _: Context) -> None: """Re-fetch the list of rules from notion.""" await self.cog_load() |