Before you begin working with this project, make sure you have set up pre-commit for code formatting and linting.
If you haven't already installed pre-commit, you can do so via pip:
pip install pre-commit
pre-commit installNext, ensure that pdm is installed by checking its version: pdm --version.
or install with:
pip install pdmCreate and activate venv:
pdm venv create
source .venv/bin/activateInstall all dependencies with the following command:
pdm sync