Skip to content

Commit

Permalink
security: Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jan 10, 2025
1 parent 5963678 commit cc06e73
Show file tree
Hide file tree
Showing 2 changed files with 967 additions and 515 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test:

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

@echo "➡️ Test Python type hints..."
uv run pyright .
Expand All @@ -94,7 +94,7 @@ test-unit:

lint:
@echo "➡️ Fix Python code style..."
uv run ruff check --select I,PL,RUF,UP,ASYNC,A,DTZ,T20,ARG,PERF --ignore RUF012 --fix
uv run ruff check --select I,PL,RUF,UP,ASYNC,A,DTZ,T20,ARG,PERF --ignore RUF012,A005 --fix

tunnel:
@echo "➡️ Creating tunnel..."
Expand Down
Loading

0 comments on commit cc06e73

Please sign in to comment.