From 7272792f65d65bd2301b10e1232beae2362d2157 Mon Sep 17 00:00:00 2001 From: hiyouga <467089858@qq.com> Date: Tue, 27 Aug 2024 12:55:23 +0800 Subject: [PATCH] update wechat Former-commit-id: ef91752cc6f53088eaf7fc2f64f7148821d82ec2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f13b215..d1e56aaf 100644 --- a/Makefile +++ b/Makefile @@ -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)