TODO
The considerations for setting up the development environment that can be found in the main README apply for this package as well.
A configuration to set up a git pre-commit hook using pre-commit is available at the root of the repository.
To install it, run
pre-commit installThe hook will automatically run some checks before every commit, including the linters and formatters we run in CI.