From f7303d4a5bc40822f824c41af31bb41d6336eff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wang=20Ran=20=28=E6=B1=AA=E7=84=B6=29?= Date: Tue, 27 Sep 2022 20:16:24 +0800 Subject: [PATCH] Remove `--flake8` from `make test` (#56) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 697dff13..60b4fbb0 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ test: # use this to run tests rm -rf _ckpt_* rm -rf ./lightning_logs - python -m coverage run --source src/lightning_utilities -m pytest src/lightning_utilities tests -v --flake8 + python -m coverage run --source src/lightning_utilities -m pytest src/lightning_utilities tests -v python -m coverage report # specific file