Skip to content

Commit 8b17dec

Browse files
committed
dev: Simplify CI logging
1 parent 2d7649d commit 8b17dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ test:
7777
$(MAKE) test-unit
7878

7979
test-static:
80-
@echo "➡️ Test code smells (Ruff)..."
80+
@echo "➡️ Test Python code style..."
8181
uv run ruff check --select I,PL,RUF,UP,ASYNC,A,DTZ,T20,ARG,PERF --ignore RUF012
8282

83-
@echo "➡️ Test types (Pyright)..."
83+
@echo "➡️ Test Python type hints..."
8484
uv run pyright .
8585

8686
@echo "➡️ Test Bicep code style..."

0 commit comments

Comments
 (0)