Strict typecheck all files in tools/codegen (#55227)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/55227

This seems to increase the number of typechecked files.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

Test Plan: Imported from OSS

Reviewed By: janeyx99

Differential Revision: D27535373

Pulled By: ezyang

fbshipit-source-id: b36f6f8ce52c76848ed600ca9dd6b0c1de5813ff
This commit is contained in:
Edward Yang
2021-04-07 18:04:49 -07:00
committed by Facebook GitHub Bot
parent 384daacd1e
commit e359842f23

View File

@ -39,7 +39,7 @@ files =
benchmarks/instruction_counts/*.py,
benchmarks/instruction_counts/*/*.py,
tools/autograd/*.py,
tools/codegen/gen.py,
tools/codegen/*.py,
tools/mypy_wrapper.py,
tools/print_test_stats.py,
tools/pyi/*.py,