Skip to content

Commit

Permalink
CLN: Simplify black command in Makefile (pandas-dev#29679)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschendel authored and jreback committed Nov 17, 2019
1 parent debaf9a commit 7b861ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 7b861ab

Please sign in to comment.