We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735396e commit 292ed2bCopy full SHA for 292ed2b
CONTRIBUTING.md
@@ -10,20 +10,20 @@ We actively welcome your pull requests.
10
3. If you've changed APIs, update the documentation.
11
4. Ensure the test suite passes.
12
5. Make sure your code lints. You can use [lintrunner](https://github.com/pytorch/pytorch/wiki/lintrunner) to do so.
13
- 1. To set up:
+ 1. To set up:
14
```
15
pip install lintrunner
16
lintrunner init
17
18
- 2. To lint your local changes:
+ 2. To lint your local changes:
19
20
lintrunner
21
22
- 3. To format locally changed files:
+ 3. To format locally changed files:
23
24
lintrunner f
25
26
- 4. To lint all files:
+ 4. To lint all files:
27
28
lintrunner --all-files
29
0 commit comments