add test command for sdk-py (#710)

This commit is contained in:
Vadym Barda
2024-06-19 16:00:55 -04:00
committed by GitHub
parent 6a926b2034
commit 19ff4a142f
+4 -1
View File
@@ -1,5 +1,8 @@
.PHONY: lint format
test:
echo "No tests to run"
######################
# LINTING AND FORMATTING
######################
@@ -18,4 +21,4 @@ lint lint_diff:
format format_diff:
poetry run ruff format $(PYTHON_FILES)
poetry run ruff --select I --fix $(PYTHON_FILES)
poetry run ruff --select I --fix $(PYTHON_FILES)