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 0e5a452 commit 7cf84d3Copy full SHA for 7cf84d3
1 file changed
docs/community/contribution_guidelines/dev-environment.md
@@ -14,6 +14,12 @@ brew install pre-commit
14
pre-commit install
15
```
16
17
+## Run pre-commit hook manually to fix easy issues
18
+In case the build is failing because of the pre-commit checks that don't pass it's possible to fix easy issues by running
19
+```sh
20
+pre-commit run --all-files
21
+```
22
+and then committing the fixed files
23
24
## Troubleshooting
25
0 commit comments