Add format target in makefiles
This commit is contained in:
parent
6b7658d5a7
commit
d12e232a6f
5 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue