py-code-analyzer / Makefile
cyyeh's picture
init
23072f6
raw
history blame
158 Bytes
format:
pipenv run black py_code_analyzer && \
pipenv run isort py_code_analyzer && \
pipenv run mypy
test:
pipenv run pytest --cov --cov-fail-under=100