From 1807b49c066dd950e16c35cc50eb33bcac96985b Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sun, 25 Oct 2020 13:50:37 +0000 Subject: [PATCH] quieten pre-commit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 14f2237e..3e2bfda3 100644 --- a/Makefile +++ b/Makefile @@ -119,9 +119,9 @@ distclean: @+make clean pre-commit: # quick sanity checks - @make testsetup + @make --no-print-directory testsetup flake8 -j 8 --count --statistics tqdm/ tests/ examples/ - pytest -q -k "basic_overhead or not (perf or keras or pandas or monitoring)" + pytest -qq -k "basic_overhead or not (perf or keras or pandas or monitoring)" prebuildclean: @+python -c "import shutil; shutil.rmtree('build', True)" @+python -c "import shutil; shutil.rmtree('dist', True)"