pass-gen/Makefile
2021-07-05 17:30:05 +02:00

11 lines
No EOL
111 B
Makefile

.PHONY: lint
lint:
black -l 99 .
flake8 .
mypy .
vulture .
bandit .
.PHONY: test
test:
pytest -v app/