Skip to content

Commit c90fbcd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f78e510 commit c90fbcd

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ jobs:
2020
run: python main.py
2121
- name: Run tests
2222
run: pytest tests/
23-

core/utils/utils.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ def get_colour() -> int:
2020

2121

2222
async def send_embed(
23-
channel: disnake.abc.Messageable,
24-
title: str,
25-
description: str = None,
26-
**kwargs
23+
channel: disnake.abc.Messageable, title: str, description: str = None, **kwargs
2724
) -> disnake.Message:
2825
from core.context import Context
2926

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tool.ruff]
22
ignore = [
33
"F401"
4-
]
4+
]

0 commit comments

Comments
 (0)