Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit bb972c2

Browse files
stishkinstas
and
stas
authored
pin mypy to 0.910 (#1531)
pydantic/pydantic#3528 python/mypy#6617 (comment) pydantic/pydantic#3175 (comment) updating mypy in build yml and requirements to 0.910 Co-authored-by: stas <[email protected]>
1 parent 396f337 commit bb972c2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
set -ex
136136
cd contrib/webhook-teams-service
137-
python -m pip install --upgrade pip isort black mypy flake8
137+
python -m pip install --upgrade pip isort black mypy==0.910 flake8
138138
pip install -r requirements.txt
139139
mypy webhook
140140
black webhook --check
@@ -309,7 +309,7 @@ jobs:
309309
set -ex
310310
cd src/deployment
311311
python -m pip install --upgrade pip
312-
pip install mypy isort black types-requests flake8
312+
pip install mypy==0.910 isort black types-requests flake8
313313
mypy .
314314
isort --profile black . --check
315315
black . --check

src/api-service/requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest
22
flake8
3-
mypy
3+
mypy==0.910
44
isort
55
vulture
66
black

src/cli/requirements-lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8
2-
mypy
2+
mypy==0.910
33
pytest
44
isort
55
vulture

src/pytypes/requirements-lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8
2-
mypy
2+
mypy==0.910
33
pytest
44
isort
55
pydantic

src/utils/add-corpus-storage-accounts/requirements-lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8
2-
mypy
2+
mypy==0.910
33
pytest
44
isort
55
vulture

src/utils/check-pr/requirements-lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8
2-
mypy
2+
mypy==0.910
33
pytest
44
isort
55
vulture

0 commit comments

Comments
 (0)