Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2023
1 parent bd834f1 commit 1dbaf02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ jobs:
run: python main.py
- name: Run tests
run: pytest tests/

5 changes: 1 addition & 4 deletions core/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.ruff]
ignore = [
"F401"
]
]

0 comments on commit 1dbaf02

Please sign in to comment.