Thank you for your interest in contributing to "my-pkg". # TODO: Remember to update the package name if it changes.
Before you start, ensure that uv is installed on your machine. You can install it using the following command:
pipx install uvAdditionally, make sure you have forked the repository and cloned your fork to your local machine.
To set up the project, navigate to the project directory and execute the following command to install project dependencies:
makeTo run the tests, use the following command:
make testTo verify code style and formatting, use this command:
make checkTo build the documentation, use this command:
make doc