We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debaf9a commit 7b861abCopy full SHA for 7b861ab
Makefile
@@ -15,7 +15,7 @@ lint-diff:
15
git diff upstream/master --name-only -- "*.py" | xargs flake8
16
17
black:
18
- black . --exclude '(asv_bench/env|\.egg|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist|setup.py)'
+ black .
19
20
develop: build
21
python -m pip install --no-build-isolation -e .
0 commit comments