From 12b5e666b0b0d6d45ea249e23674d0d1eacce5e7 Mon Sep 17 00:00:00 2001 From: Brian Hirsh Date: Tue, 20 Apr 2021 13:58:56 -0700 Subject: [PATCH] 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 --- mypy-strict.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy-strict.ini b/mypy-strict.ini index d4f5c62117b..292e9e567a6 100644 --- a/mypy-strict.ini +++ b/mypy-strict.ini @@ -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,