From 3692849aef270e8bb95d1a2d74faebeef5453cbc Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Mon, 12 Jan 2026 11:43:04 -0500 Subject: [PATCH 1/2] Add lint-ignore in install_requirements.py --- install_requirements.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_requirements.py b/install_requirements.py index df26badbef3..85ed8c022ac 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -35,7 +35,8 @@ # package versions. # # NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt -# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/ +# by picking the hash from the same date in +# @lint-ignore https://hud.pytorch.org/hud/pytorch/pytorch/nightly/ # # NOTE: If you're changing, make the corresponding supported CUDA versions in # SUPPORTED_CUDA_VERSIONS above if needed. From c9bb0a993334051de58e58cde12834e07856db00 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Mon, 12 Jan 2026 12:00:56 -0500 Subject: [PATCH 2/2] Fix comment formatting in install_requirements.py --- install_requirements.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_requirements.py b/install_requirements.py index 85ed8c022ac..d28591fd232 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -35,8 +35,8 @@ # package versions. # # NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt -# by picking the hash from the same date in -# @lint-ignore https://hud.pytorch.org/hud/pytorch/pytorch/nightly/ +# by picking the hash from the same date in +# https://hud.pytorch.org/hud/pytorch/pytorch/nightly/ @lint-ignore # # NOTE: If you're changing, make the corresponding supported CUDA versions in # SUPPORTED_CUDA_VERSIONS above if needed.