quicken pre-commit

This commit is contained in:
Casper da Costa-Luis 2021-01-03 22:13:03 +00:00
parent 841090491a
commit 424f5eb79b
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ pre-commit:
# quick sanity checks
@make --no-print-directory testsetup
flake8 -j 8 --count --statistics setup.py .meta/ tqdm/ tests/ examples/
pytest -qq --durations=1 -k "basic_overhead or not (perf or keras or pandas or monitoring)"
pytest -qq --durations=1 -k "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)"