Skip to content

Commit

Permalink
dev: Simplify CI logging
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 10, 2024
1 parent fd1588c commit cf8b32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ test:
$(MAKE) test-unit

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

@echo "➡️ Test types (Pyright)..."
@echo "➡️ Test Python type hints..."
uv run pyright .

test-unit:
Expand Down

0 comments on commit cf8b32b

Please sign in to comment.