Skip to content

Commit

Permalink
add test command for sdk-py (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Jun 19, 2024
1 parent 6a926b2 commit 19ff4a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/sdk-py/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.PHONY: lint format

test:
echo "No tests to run"

######################
# LINTING AND FORMATTING
######################
Expand All @@ -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)

0 comments on commit 19ff4a1

Please sign in to comment.