mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Bump mypy version to 0.902.
This commit is contained in:
parent
16c4c49909
commit
07277f0785
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user