Files
fastapi-users/Makefile
François Voron 84660a29c8 Add Makefile
2019-10-10 07:28:00 +02:00

9 lines
113 B
Makefile

PIPENV_RUN := pipenv run
format:
$(PIPENV_RUN) isort -rc .
$(PIPENV_RUN) black .
test:
$(PIPENV_RUN) pytest