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 b4177e4 commit e242b13Copy full SHA for e242b13
CONTRIBUTING.md
@@ -13,7 +13,7 @@ pre-commit install
13
Afterwards, our suite of formatting tests run automatically before each `git commit`. You
14
can also run these manually:
15
```bash
16
-pre-commit run --all-files
+pre-commit run --files $(git diff --name-only master)
17
```
18
If a formatting test fails, it will fix the modified code in place and abort
19
the `git commit`. After looking over the changes, you can `git add <modified files>`
0 commit comments