From 5924dd98b752f46d5e034d5e220181de50674c8b Mon Sep 17 00:00:00 2001 From: 75efb6 <71222525+75efb6@users.noreply.github.com> Date: Wed, 8 Jan 2025 02:00:44 +0100 Subject: [PATCH 1/3] Testing CI --- commands/profile.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/profile.py b/commands/profile.py index 9ba7aa7..8420123 100644 --- a/commands/profile.py +++ b/commands/profile.py @@ -11,9 +11,7 @@ class Profile(commands.Cog): def __init__(self, bot): self.bot = bot - @nextcord.slash_command( - name="profile", description="Responds with the info of the specified user." - ) + @nextcord.slash_command(name="profile", description="Responds with the info of the specified user.") async def _profile( self, interaction: nextcord.Interaction, From 617f9a151074b585c550adbfe0f37b432c8f223f Mon Sep 17 00:00:00 2001 From: 75efb6 <71222525+75efb6@users.noreply.github.com> Date: Wed, 8 Jan 2025 02:12:55 +0100 Subject: [PATCH 2/3] Update black_pr.yml --- .github/workflows/black_pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/black_pr.yml b/.github/workflows/black_pr.yml index b2c4f69..0f22f10 100644 --- a/.github/workflows/black_pr.yml +++ b/.github/workflows/black_pr.yml @@ -17,5 +17,7 @@ jobs: - name: Annotate diff changes using reviewdog if: steps.action_black.outputs.is_formatted == 'true' uses: reviewdog/action-suggester@v1 + env: + INPUT_FAIL_ON_ERROR: true with: tool_name: blackfmt From 37f035437dc7461d0b321fc94b56e2a9f7034bb0 Mon Sep 17 00:00:00 2001 From: 75efb6 <71222525+75efb6@users.noreply.github.com> Date: Wed, 8 Jan 2025 02:14:12 +0100 Subject: [PATCH 3/3] Update commands/profile.py Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- commands/profile.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/profile.py b/commands/profile.py index 8420123..9ba7aa7 100644 --- a/commands/profile.py +++ b/commands/profile.py @@ -11,7 +11,9 @@ class Profile(commands.Cog): def __init__(self, bot): self.bot = bot - @nextcord.slash_command(name="profile", description="Responds with the info of the specified user.") + @nextcord.slash_command( + name="profile", description="Responds with the info of the specified user." + ) async def _profile( self, interaction: nextcord.Interaction,