mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-11 01:31:38 +00:00
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:
parent
396f337589
commit
bb972c22f4
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
pytest
|
||||
flake8
|
||||
mypy
|
||||
mypy==0.910
|
||||
isort
|
||||
vulture
|
||||
black
|
||||
|
@ -1,5 +1,5 @@
|
||||
flake8
|
||||
mypy
|
||||
mypy==0.910
|
||||
pytest
|
||||
isort
|
||||
vulture
|
||||
|
@ -1,5 +1,5 @@
|
||||
flake8
|
||||
mypy
|
||||
mypy==0.910
|
||||
pytest
|
||||
isort
|
||||
pydantic
|
||||
|
@ -1,5 +1,5 @@
|
||||
flake8
|
||||
mypy
|
||||
mypy==0.910
|
||||
pytest
|
||||
isort
|
||||
vulture
|
||||
|
@ -1,5 +1,5 @@
|
||||
flake8
|
||||
mypy
|
||||
mypy==0.910
|
||||
pytest
|
||||
isort
|
||||
vulture
|
||||
|
Loading…
x
Reference in New Issue
Block a user