quieten pre-commit

This commit is contained in:
Casper da Costa-Luis 2020-10-25 13:50:37 +00:00
parent 07cde645d7
commit 1807b49c06
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 2 additions and 2 deletions

View File

@ -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)"