Skip to content

Commit 7cf84d3

Browse files
authored
Update dev-environment.md
1 parent 0e5a452 commit 7cf84d3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/community/contribution_guidelines/dev-environment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ brew install pre-commit
1414
pre-commit install
1515
```
1616

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
1723

1824
## Troubleshooting
1925

0 commit comments

Comments
 (0)