We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750cba7 commit 9ae00b4Copy full SHA for 9ae00b4
CONTRIBUTING.md
@@ -199,8 +199,7 @@ We use [`lintrunner`](https://pypi.org/project/lintrunner/) to help make sure th
199
code follows our standards. Set it up with:
200
201
```
202
-pip install lintrunner==0.12.7
203
-pip install lintrunner-adapters==0.12.4
+./install_requirements.sh # (automatically run by install_executorch.sh)
204
lintrunner init
205
206
0 commit comments