From 331f1ad36f2f2d047184704b2aa96b96a06ea339 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:58:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/build.yml | 1 - core/utils/utils.py | 5 +---- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 582244a..d073015 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,4 +20,3 @@ jobs: run: python main.py - name: Run tests run: pytest tests/ - \ No newline at end of file diff --git a/core/utils/utils.py b/core/utils/utils.py index 0157f2c..a293e05 100644 --- a/core/utils/utils.py +++ b/core/utils/utils.py @@ -20,10 +20,7 @@ def get_colour() -> int: async def send_embed( - channel: disnake.abc.Messageable, - title: str, - description: str = None, - **kwargs + channel: disnake.abc.Messageable, title: str, description: str = None, **kwargs ) -> disnake.Message: from core.context import Context diff --git a/pyproject.toml b/pyproject.toml index 8c4eaa6..75fc7c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [tool.ruff] ignore = [ "F401" -] \ No newline at end of file +]