Skip to content

Commit c374e1c

Browse files
gokulavasanfacebook-github-bot
authored andcommitted
Set mypy version to match pytorch core (meta-pytorch#1231)
Summary: Here is the link to mypy version on pytorch core - https://github.com/pytorch/pytorch/blob/198927170d34efaeb77e1a772d96ad3615a21cba/.ci/docker/requirements-ci.txt#L88 There are mypy failures on the main branch. Trying to update the mypy version before attempting to fix them. ### Changes - Update the mypy version Pull Request resolved: meta-pytorch#1231 Reviewed By: ejguan Differential Revision: D55325929 Pulled By: gokulavasan fbshipit-source-id: 11182628b38a911481c2b40249147d9bc25feda6
1 parent 411a37d commit c374e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install dependencies
5656
run: |
5757
pip3 install -r requirements.txt
58-
pip3 install mypy==0.960 numpy types-requests
58+
pip3 install mypy==1.8.0 numpy types-requests
5959
- name: Build TorchData
6060
run: |
6161
pip3 install .

0 commit comments

Comments
 (0)