mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[BE]: Update mypy to 1.13.0 (#140808)
Update mypy to 1.13.0 . Should hopefully reduce linting time. Has support for orjson cache serialization which should improve mypy cache perf if orjson is installed. Pull Request resolved: https://github.com/pytorch/pytorch/pull/140808 Approved by: https://github.com/ezyang, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
9012e7a62f
commit
00134d68af
@ -89,7 +89,7 @@ class _ConvNd(Module):
|
||||
out_channels: int,
|
||||
kernel_size: Tuple[int, ...],
|
||||
stride: Tuple[int, ...],
|
||||
padding: Tuple[int, ...],
|
||||
padding: Union[str, Tuple[int, ...]],
|
||||
dilation: Tuple[int, ...],
|
||||
transposed: bool,
|
||||
output_padding: Tuple[int, ...],
|
||||
|
Reference in New Issue
Block a user