mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-06-05 07:40:33 +08:00
fix: 移除无用文件,忽略文件名中的非法字符
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||
Reference in New Issue
Block a user