refactor: started switch to new api endpoints & naming
This commit is contained in:
parent
e9a189b309
commit
1f14678997
5 changed files with 55 additions and 15 deletions
2
Makefile
2
Makefile
|
|
@ -18,5 +18,5 @@ lint: venv
|
|||
'$(VENV)/bin/flake8' '$(SRC_DIR)'
|
||||
|
||||
.PHONY: format
|
||||
format: venv
|
||||
fmt: venv
|
||||
'$(VENV)/bin/black' '$(SRC_DIR)'
|
||||
|
|
|
|||
Reference in a new issue