From 7d01f6e6f25835f67f564414b2f66953fd9af67a Mon Sep 17 00:00:00 2001 From: "Jane (Yuan) Xu" <31798555+janeyx99@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:24:48 +0000 Subject: [PATCH] Add ignorable commits on run_test.py to git blame ignore (#145787) Chanced upon it while searching through cpp_extension related code. Pull Request resolved: https://github.com/pytorch/pytorch/pull/145787 Approved by: https://github.com/malfet --- .git-blame-ignore-revs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 78bab5bbfd76..ce1f31570854 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -24,6 +24,10 @@ e3900d2ba5c9f91a24a9ce34520794c8366d5c54 2e26976ad3b06ce95dd6afccfdbe124802edf28f # 2021-06-07 Strictly typed everything in `.github` and `tools` 737d920b21db9b4292d056ee1329945990656304 +# 2021-08-12 [codemod][lint][fbcode/c*] Enable BLACK by default +b0043072529b81276a69df29e00555333117646c +# 2021-08-25 Reformat run_test.py +67d8e7b659b19e1ee68208b28bfa7dba73375dbc # 2022-06-09 Apply clang-format to ATen headers 95b15c266baaf989ef7b6bbd7c23a2d90bacf687 # 2022-06-11 [lint] autoformat test/cpp and torch/csrc