From 28479e9971888d3c8f87790256be541b583ca48e Mon Sep 17 00:00:00 2001 From: Jeremy Schendel Date: Sun, 17 Nov 2019 12:09:06 -0700 Subject: [PATCH] CLN: Simplify black command in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27a2c3682de9c..f26689ab65ba5 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ lint-diff: git diff upstream/master --name-only -- "*.py" | xargs flake8 black: - black . --exclude '(asv_bench/env|\.egg|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist|setup.py)' + black . develop: build python -m pip install --no-build-isolation -e .