We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b742ee commit bcadd77Copy full SHA for bcadd77
.github/DEVELOPMENT.md
@@ -63,6 +63,8 @@ See [Commits and pull requests](https://github.com/trinodb/trino/blob/master/.gi
63
64
To run linting and formatting checks before opening a PR: `pip install pre-commit && pre-commit run --all-files`
65
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
+
68
In addition to that you should also adhere to the following:
69
70
### Readability
0 commit comments