Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 527 Bytes

contributing.rst

File metadata and controls

22 lines (15 loc) · 527 Bytes

CONTRIBUTING

Contributions are welcome! Please see the CONTRIBUTING.md file for details.

Development environment

To set up a development environment, you can use the provided Dockerfile to build a Docker image. This image contains all the dependencies needed to run the tests and build the documentation.

Pre-commit

This project uses pre-commit to run a set of checks before each commit. To install the pre-commit hooks, run:

pre-commit install