Skip to content

Commit

Permalink
Add pre-commit instructions in DEVELOPMENT guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet committed Oct 31, 2022
1 parent 0b742ee commit bcadd77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ See [Commits and pull requests](https://github.com/trinodb/trino/blob/master/.gi

To run linting and formatting checks before opening a PR: `pip install pre-commit && pre-commit run --all-files`

Code can also be automatically checked on commit by a [pre-commit](https://pre-commit.com/) git hook by executing `pre-commit install`.

In addition to that you should also adhere to the following:

### Readability
Expand Down

0 comments on commit bcadd77

Please sign in to comment.