Skip to content

Commit ce8602b

Browse files
committed
🐛 Update lib-checks.yml to run mypy with uv
1 parent 7999861 commit ce8602b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
id: cache-dir-mypy
9191
run: mkdir -p -v .mypy_cache
9292
- name: "Run mypy"
93-
run: mypy --non-interactive discord/
93+
run: uv run mypy --non-interactive discord/

0 commit comments

Comments
 (0)