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.
2 parents 0671e02 + 240d749 commit dadec70Copy full SHA for dadec70
CONTRIBUTING.md
@@ -77,10 +77,7 @@ The current pre-commit configuration (`/.pre-commit-config.yaml`) includes:
77
78
### Running hooks manually
79
80
-To run all hooks on all files:
81
-```bash
82
-pre-commit run --all-files
83
-```
+By default, hooks will be run on each file ofh the commit automatically.
84
85
To run hooks on specific files:
86
```bash
@@ -92,7 +89,6 @@ pre-commit run --files path/to/your/files
92
89
To update to the latest versions of the hooks:
93
90
94
91
pre-commit autoupdate
95
96
```
97
98
### Skipping hooks (not recommended)
0 commit comments