pin mypy to 0.910 (#1531)

https://github.com/samuelcolvin/pydantic/issues/3528

https://github.com/python/mypy/issues/6617#issuecomment-892438903
https://github.com/samuelcolvin/pydantic/pull/3175#issuecomment-914897604

updating mypy in build yml and requirements to 0.910

Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
Stas 2021-12-16 14:13:54 -08:00 committed by GitHub
parent 396f337589
commit bb972c22f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -134,7 +134,7 @@ jobs:
run: |
set -ex
cd contrib/webhook-teams-service
python -m pip install --upgrade pip isort black mypy flake8
python -m pip install --upgrade pip isort black mypy==0.910 flake8
pip install -r requirements.txt
mypy webhook
black webhook --check
@ -309,7 +309,7 @@ jobs:
set -ex
cd src/deployment
python -m pip install --upgrade pip
pip install mypy isort black types-requests flake8
pip install mypy==0.910 isort black types-requests flake8
mypy .
isort --profile black . --check
black . --check

View File

@ -1,6 +1,6 @@
pytest
flake8
mypy
mypy==0.910
isort
vulture
black

View File

@ -1,5 +1,5 @@
flake8
mypy
mypy==0.910
pytest
isort
vulture

View File

@ -1,5 +1,5 @@
flake8
mypy
mypy==0.910
pytest
isort
pydantic

View File

@ -1,5 +1,5 @@
flake8
mypy
mypy==0.910
pytest
isort
vulture

View File

@ -1,5 +1,5 @@
flake8
mypy
mypy==0.910
pytest
isort
vulture