refactor: started switch to new api endpoints & naming

This commit is contained in:
Jef Roosens 2022-07-31 13:26:24 +02:00
parent e9a189b309
commit 1f14678997
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 55 additions and 15 deletions

View file

@ -18,5 +18,5 @@ lint: venv
'$(VENV)/bin/flake8' '$(SRC_DIR)'
.PHONY: format
format: venv
fmt: venv
'$(VENV)/bin/black' '$(SRC_DIR)'