added black tooling

This commit is contained in:
Christian Vogelgsang 2020-03-10 20:26:40 +01:00
parent 21d2e192c8
commit 4393dfdad4
2 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,8 @@ help:
@echo "init_user initialize project (--user mode)"
@echo "build build native extension"
@echo
@echo "format format source code with black"
@echo
@echo "test run tests"
@echo "docker-tox build tox docker container"
@echo
@ -49,6 +51,9 @@ init_user:
build:
$(PYTHON) setup.py build_ext -i
format:
black .
# testing
test:
$(PYTHON) setup.py test

View File

@ -3,3 +3,5 @@ sphinx
twine
tox
tox-pyenv
black