Skip to content

Commit f09458c

Browse files
zeshengzongpytorchmergebot
authored andcommitted
Enable test/test_numpy_interop.py config in mypy (pytorch#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: pytorch#158556 Approved by: https://github.com/soulitzer
1 parent 7fcdd8d commit f09458c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintrunner.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ include_patterns = [
132132
'test/test_complex.py',
133133
'test/test_datapipe.py',
134134
'test/test_futures.py',
135-
# 'test/test_numpy_interop.py',
135+
'test/test_numpy_interop.py',
136136
'test/test_torch.py',
137137
'test/test_type_hints.py',
138138
'test/test_type_info.py',

0 commit comments

Comments
 (0)