We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34e5d9 commit 5e4acbeCopy full SHA for 5e4acbe
.github/workflows/mypy.yml
@@ -10,5 +10,5 @@ jobs:
10
- uses: actions/setup-python@v5
11
with:
12
python-version: "3.12"
13
- - run: pip install mypy
+ - run: pip install mypy types-requests types-PyYAML
14
- run: mypy src
.gitlab-ci.yml
@@ -12,5 +12,5 @@ mypy:
stage: lint
image: python:3.12-slim
script:
15
- - pip install mypy
+ - pip install mypy types-requests types-PyYAML
16
- mypy src
0 commit comments