Move python_apps/api_clients/ to api_client/

This commit is contained in:
jo 2021-10-17 02:47:22 +02:00 committed by Kyle Robbertze
parent cf36eec5f8
commit d06c898bcf
12 changed files with 0 additions and 0 deletions

View file

@ -1,13 +0,0 @@
all: lint test
include ../../tools/python.mk
PIP_INSTALL := --editable .
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