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 33a3138 commit 1b51d18Copy full SHA for 1b51d18
.github/workflows/ci.yml
@@ -52,4 +52,6 @@ jobs:
52
with:
53
python-version: "3.12"
54
- run: pip install mypy
55
- - run: mypy .
+ - run: |
56
+ pip install types-setuptools
57
+ mypy .
0 commit comments