We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7999861 commit ce8602bCopy full SHA for ce8602b
.github/workflows/lib-checks.yml
@@ -90,4 +90,4 @@ jobs:
90
id: cache-dir-mypy
91
run: mkdir -p -v .mypy_cache
92
- name: "Run mypy"
93
- run: mypy --non-interactive discord/
+ run: uv run mypy --non-interactive discord/
0 commit comments