Skip to content

Commit

Permalink
chore: Delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 10, 2024
1 parent 87704b9 commit 8e90ca9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ test-unit:
tests/*.py

lint:
@echo "➡️ Fix with formatter..."
uv run ruff format

@echo "➡️ Lint with linter..."
@echo "➡️ Check Python code style..."
uv run ruff check --select I,PL,RUF,UP,ASYNC,A,DTZ,T20,ARG,PERF --ignore RUF012 --fix

tunnel:
Expand Down

0 comments on commit 8e90ca9

Please sign in to comment.