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:
zeshengzong
2025-08-22 16:18:53 +00:00
committed by PyTorch MergeBot
parent 7fcdd8d6af
commit f09458c2e1

View File

@ -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',