Skip to content

Commit 0399b86

Browse files
mdesmethashhar
authored andcommitted
Add pre-commit instructions in DEVELOPMENT guide
1 parent 0945433 commit 0399b86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/DEVELOPMENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ See [Commits and pull requests](https://github.com/trinodb/trino/blob/master/.gi
6363

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

66+
Code can also be automatically checked on commit by a [pre-commit](https://pre-commit.com/) git hook by executing `pre-commit install`.
67+
6668
In addition to that you should also adhere to the following:
6769

6870
### Readability

0 commit comments

Comments
 (0)