Skip to content

Commit dadec70

Browse files
authored
Merge pull request #1838 from DGtal-team/dcoeurjo-patch-1
Update CONTRIBUTING.md to simplify hook instructions
2 parents 0671e02 + 240d749 commit dadec70

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,7 @@ The current pre-commit configuration (`/.pre-commit-config.yaml`) includes:
7777

7878
### Running hooks manually
7979

80-
To run all hooks on all files:
81-
```bash
82-
pre-commit run --all-files
83-
```
80+
By default, hooks will be run on each file ofh the commit automatically.
8481

8582
To run hooks on specific files:
8683
```bash
@@ -92,7 +89,6 @@ pre-commit run --files path/to/your/files
9289
To update to the latest versions of the hooks:
9390
```bash
9491
pre-commit autoupdate
95-
pre-commit run --all-files
9692
```
9793

9894
### Skipping hooks (not recommended)

0 commit comments

Comments
 (0)