Add format target in makefiles

This commit is contained in:
jo 2021-09-13 14:43:18 +02:00
parent 6b7658d5a7
commit d12e232a6f
5 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@ PYLINT_ARG := api_clients tests
MYPY_ARG := api_clients tests
PYTEST_ARG := --cov=api_clients tests
format: .format
lint: .pylint .mypy
test: .pytest
clean: .clean