Unverified Commit 1fc4de69 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Document new features of make fixup (#7434)

parent 205bf0b7
...@@ -176,13 +176,14 @@ Follow these steps to start contributing: ...@@ -176,13 +176,14 @@ Follow these steps to start contributing:
```bash ```bash
$ make quality $ make quality
``` ```
You can do the automatic style corrections and code verifications that can't be automated in one go: You can do the automatic style corrections and code verifications that can't be automated in one go:
```bash ```bash
$ make fixup $ 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 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 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 make sure you have installed the documentation builder requirements, by
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment