fix: 移除无用文件,忽略文件名中的非法字符

This commit is contained in:
amtoaer
2023-11-23 00:50:46 +08:00
parent 83b1812e7f
commit 5b98fc28db
4 changed files with 21 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: install lint
.PHONY: install fmt start-daemon start-once
install:
@echo "Installing dependencies..."
@@ -8,3 +8,9 @@ fmt:
@echo "Formatting..."
@poetry run black .
@poetry run ruff --fix .
start-daemon:
@poetry run python entry.py
start-once:
@poetry run python entry.py --once