update wechat

Former-commit-id: ef91752cc6f53088eaf7fc2f64f7148821d82ec2
This commit is contained in:
hiyouga 2024-08-27 12:55:23 +08:00
parent 4cc8e16595
commit 7272792f65

View File

@ -1,6 +1,6 @@
.PHONY: quality style test
check_dirs := scripts src tests
check_dirs := scripts src tests setup.py
quality:
ruff check $(check_dirs)