From 3f6538febd727b782e6e13cfd026a309fb14351d Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Mon, 3 Nov 2025 09:50:59 -0500 Subject: [PATCH] Remove tools from BC linter (#166858) Signed-off-by: Edward Yang Pull Request resolved: https://github.com/pytorch/pytorch/pull/166858 Approved by: https://github.com/albanD --- .bc-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.bc-linter.yml b/.bc-linter.yml index cafa3a51c3a..7671090ff03 100644 --- a/.bc-linter.yml +++ b/.bc-linter.yml @@ -13,3 +13,4 @@ exclude: - "**/benchmarks/**" - "**/test_*.py" - "**/*_test.py" + - "tools/**"