chore: fixes after libretime_api_client rename
This commit is contained in:
parent
be09f74af6
commit
c04287b7c4
18 changed files with 24 additions and 24 deletions
|
@ -3,9 +3,9 @@ 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
|
||||
PYLINT_ARG := libretime_api_client tests
|
||||
MYPY_ARG := libretime_api_client tests
|
||||
PYTEST_ARG := --cov=libretime_api_client tests
|
||||
|
||||
format: .format
|
||||
lint: .format-check .pylint .mypy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue