Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Grazfather <[email protected]>
  • Loading branch information
hugsy and Grazfather authored May 21, 2024
commit 5a3fb236873f9be1657bc1f8ef9e87a50ecb4e1b
4 changes: 2 additions & 2 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ pre-commit install
```

By default, `pre-commit` will use git hook to run the validation checks after each commit but you
can modify this behavior as wanted or even run it manually
can modify this behavior as desired or even run it manually

```console
pre-commit run --all-files
```

By default, `pre-commit` will report and attempt to fix the code to match what is being currently
By default, `pre-commit` will report and attempt to fix the code to match what the coding style
defined with GEF.


Expand Down