Add type ignore lint to Makefile (#56587)

Summary:
Followup to https://github.com/pytorch/pytorch/issues/56290 which adds the new lint to the local runner from https://github.com/pytorch/pytorch/issues/56439.

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

Test Plan: Same as https://github.com/pytorch/pytorch/issues/56439.

Reviewed By: walterddr

Differential Revision: D27909889

Pulled By: samestep

fbshipit-source-id: 8b67f3bc36c9b5567fe5a9e49904f2cf23a9f135
This commit is contained in:
Sam Estep
2021-04-21 08:43:39 -07:00
committed by Facebook GitHub Bot
parent 51d0212d0f
commit fe0e1c71a7

View File

@ -48,6 +48,7 @@ quick_checks:
--step 'Ensure no non-breaking spaces' \
--step 'Ensure canonical include' \
--step 'Ensure no unqualified noqa' \
--step 'Ensure no unqualified type ignore' \
--step 'Ensure no direct cub include' \
--step 'Ensure correct trailing newlines'