mirror of
https://github.com/LIV2/amitools.git
synced 2025-12-05 22:22:45 +00:00
added black tooling
This commit is contained in:
parent
21d2e192c8
commit
4393dfdad4
5
Makefile
5
Makefile
@ -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
|
||||
|
||||
@ -3,3 +3,5 @@ sphinx
|
||||
twine
|
||||
tox
|
||||
tox-pyenv
|
||||
black
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user