File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6969 python-version : 3.8
7070 - name : Install mypy
7171 run : |
72- pip install mypy
72+ pip install " mypy==0.790"
7373 pip list
7474 - name : mypy check
7575 run : |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ scikit-learn>=0.22.2
1212scikit-image>=0.17.2
1313black>=20.8b1
1414isort>=5.6.4
15- mypy>=0.720
15+ mypy>=0.720, <0.800
1616pre-commit>=1.0
1717
1818cloudpickle>=1.3
Original file line number Diff line number Diff line change 5050 pytorch_lightning/accelerators/tpu_*.py
5151 pytorch_lightning/cluster_environments/*.py
5252 pytorch_lightning/overrides/data_parallel.py
53- pytorch_lightning/metrics
5453 pytorch_lightning/utilities/xla_device_utils.py
5554 pytorch_lightning/utilities/distributed.py
5655 pytorch_lightning/tuner/auto_gpu_select.py
You can’t perform that action at this time.
0 commit comments