mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Enable test/test_numpy_interop.py
config in mypy (#158556)
## Test Result ```bash lintrunner --take MYPY test/test_numpy_interop.py Warning: Could not find a lintrunner config at: '.lintrunner.private.toml'. Continuing without using configuration file. ok No lint issues. ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/158556 Approved by: https://github.com/soulitzer
This commit is contained in:
committed by
PyTorch MergeBot
parent
7fcdd8d6af
commit
f09458c2e1
@ -132,7 +132,7 @@ include_patterns = [
|
||||
'test/test_complex.py',
|
||||
'test/test_datapipe.py',
|
||||
'test/test_futures.py',
|
||||
# 'test/test_numpy_interop.py',
|
||||
'test/test_numpy_interop.py',
|
||||
'test/test_torch.py',
|
||||
'test/test_type_hints.py',
|
||||
'test/test_type_info.py',
|
||||
|
Reference in New Issue
Block a user