Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Grazfather <grazfather@gmail.com>
  • Loading branch information
hugsy and Grazfather authored May 21, 2024
1 parent bca8a3c commit 5a3fb23
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 5a3fb23

Please sign in to comment.