Skip to content

Commit 292ed2b

Browse files
joshuadengfacebook-github-bot
authored andcommitted
Fix spacing for lintrunner instructions on contributing guide (#398)
Summary: Pull Request resolved: #398 tsia Reviewed By: s4ayub Differential Revision: D36915880 fbshipit-source-id: f962f9002eecc1f9a9f4a98fac5aa57ac2d45584
1 parent 735396e commit 292ed2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ We actively welcome your pull requests.
1010
3. If you've changed APIs, update the documentation.
1111
4. Ensure the test suite passes.
1212
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:
13+
1. To set up:
1414
```
1515
pip install lintrunner
1616
lintrunner init
1717
```
18-
2. To lint your local changes:
18+
2. To lint your local changes:
1919
```
2020
lintrunner
2121
```
22-
3. To format locally changed files:
22+
3. To format locally changed files:
2323
```
2424
lintrunner f
2525
```
26-
4. To lint all files:
26+
4. To lint all files:
2727
```
2828
lintrunner --all-files
2929
```

0 commit comments

Comments
 (0)