We welcome contributions to squawk-pre-commit. Here's how to get started.
- Clone the repo and install dependencies:
git clone https://github.com/kintsugi-tax/squawk-pre-commit.git
cd squawk-pre-commit
poetry install- Install pre-commit hooks:
pre-commit install- Run the test suite:
poetry run pytest tests/ -v- Fork the repo and create a branch from
main - Make your changes and add tests where appropriate
- Ensure all tests pass and pre-commit hooks are clean
- Open a pull request against
main
Open an issue on GitHub with a clear description of the problem and steps to reproduce.
By contributing, you agree that your contributions will be licensed under the MIT License.