Bump mypy version to 0.902.

This commit is contained in:
Peter Hawkins 2021-06-14 09:37:57 -04:00
parent 16c4c49909
commit 07277f0785
2 changed files with 4 additions and 3 deletions

View File

@ -14,10 +14,11 @@ repos:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.800'
rev: 'v0.902'
hooks:
- id: mypy
files: jax/
additional_dependencies: [types-requests==0.1.11]
- repo: https://github.com/mwouts/jupytext
rev: v1.10.0

View File

@ -1,8 +1,8 @@
flake8
flatbuffers==1.12
# For now, we pin the numpy version here
numpy>=1.16
mypy==0.790
numpy>=1.17
mypy==0.902
pillow
pytest-benchmark
pytest-xdist