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

pin mypy to 0.910 #1531

Merged
merged 1 commit into from
Dec 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/api-service/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest
flake8
mypy
mypy==0.910
isort
vulture
black
2 changes: 1 addition & 1 deletion src/cli/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8
mypy
mypy==0.910
pytest
isort
vulture
2 changes: 1 addition & 1 deletion src/pytypes/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8
mypy
mypy==0.910
pytest
isort
pydantic
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8
mypy
mypy==0.910
pytest
isort
vulture
2 changes: 1 addition & 1 deletion src/utils/check-pr/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8
mypy
mypy==0.910
pytest
isort
vulture