Skip to content

Commit

Permalink
Document new features of make fixup (huggingface#7434)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger authored Sep 29, 2020
1 parent 205bf0b commit 1fc4de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,14 @@ Follow these steps to start contributing:
```bash
$ make quality
```

You can do the automatic style corrections and code verifications that can't be automated in one go:

```bash
$ make fixup
```

This target is also optimized to only work with files modified by the PR you're working on.

If you're modifying documents under `docs/source`, make sure to validate that
they can still be built. This check also runs in CI. To run a local check
make sure you have installed the documentation builder requirements, by
Expand Down

0 comments on commit 1fc4de6

Please sign in to comment.