chore: 更换代码格式化器,移除无用依赖

This commit is contained in:
amtoaer
2024-02-21 23:54:39 +08:00
parent 0bc7b831de
commit 1dd760d445
5 changed files with 30 additions and 173 deletions

View File

@@ -6,8 +6,8 @@ install:
fmt:
@echo "Formatting..."
@poetry run black .
@poetry run ruff --fix .
@poetry run ruff format .
@poetry run ruff check --fix .
start-daemon:
@poetry run python entry.py