Contributing¶
This is an open source project, and we are open to new contributors.
Getting started¶
- Make sure that you have uv and just installed.
- Clone project:
- Install dependencies by running
just install
Running linters¶
Ruff and ty are used for static analysis.
Run all checks by command just lint
Running tests¶
Run all tests by command just test