From ccce0078bd035d6fd09769a2ef270a4f07b914a3 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Fri, 19 Sep 2025 16:13:03 -0700 Subject: [PATCH] Update [ghstack-poisoned] --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f4de863dad..45e03bd36e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -199,8 +199,7 @@ We use [`lintrunner`](https://pypi.org/project/lintrunner/) to help make sure th code follows our standards. Set it up with: ``` -pip install lintrunner==0.12.7 -pip install lintrunner-adapters==0.12.4 +./install_requirements.sh # (automatically run by install_executorch.sh) lintrunner init ```