poetry
as our package manager. You can install poetry by following the instructions here.
Please DO NOT use pip or conda to install the dependencies. Instead, use poetry:
ruff
to lint our code. You can run the linter by running the following command:
ruff-format
ruff
to reformat the code by running the following command:
codespell
to check the spelling of our code. You can run codespell by running the following command:
pytest
to test our code. You can run the tests by running the following command: