Fix mypy.ini (#61333)

Summary:
Fixes CI regression caused by https://github.com/pytorch/pytorch/issues/61119
Unlike Python, `.ini` string lists could not  end with trailing comma.

Fixes CI on master

Pull Request resolved: https://github.com/pytorch/pytorch/pull/61333

Reviewed By: bhosmer

Differential Revision: D29578696

Pulled By: malfet

fbshipit-source-id: b81e5f4c0a553299c4d4bee0a9bb73748910795f
This commit is contained in:
Nikita Shulga
2021-07-06 22:45:02 -07:00
committed by Facebook GitHub Bot
parent f0316ec0b6
commit 9813b9bc0d

View File

@ -36,7 +36,7 @@ files =
test/test_torch.py,
test/test_type_hints.py,
test/test_type_info.py,
test/test_utils.py,
test/test_utils.py
#
# `exclude` is a regex, not a list of paths like `files` (sigh)