You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The considerations for setting up the development environment that can be found in the main [README](../README.md) apply for this package as well.
12
+
13
+
### Pre-commit hook
14
+
15
+
A configuration to set up a git pre-commit hook using [pre-commit](https://github.com/pre-commit/pre-commit) is available at the root of the repository.
16
+
17
+
To install it, run
18
+
```sh
19
+
pre-commit install
20
+
```
21
+
22
+
The hook will automatically run some checks before every commit, including the linters and formatters we run in CI.
0 commit comments