add codegen subdirectories to mypy-strict.ini (#56523)

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

Test Plan: Imported from OSS

Reviewed By: malfet, samestep

Differential Revision: D27890855

Pulled By: bdhirsh

fbshipit-source-id: 78cd725bcf534b8410bdfaf93d2eb681e8a56ff7
This commit is contained in:
Brian Hirsh
2021-04-20 13:58:56 -07:00
committed by Facebook GitHub Bot
parent 6e1fc5cef8
commit 12b5e666b0

View File

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