Contributing¶
that-depends is an opensource project, and we are opened to new contributors.
Getting started¶
- Make sure that you have uv and just installed.
- Clone project:
- Install dependencies running
just install
Running linters¶
Ruff and mypy are used for static analysis.
Run all checks by command just lint
Running tests¶
Run all tests by command just tests
Building and running the documentation¶
Host the documentation locally by running just docs