make venv # Creates a virtual environment
make install-all # Installs all dependencies
make setup-hooks # Setup pre-commit hooks
Updating Project & Dependencies
make upgrade # Upgrades the project and dependencies
make lock # Updates the project dependencies only
Updating Requirements Only
make pip-export # Exports the project dependencies to requirements.txt
Updating Project Dependencies Only
make lock # Updates the project dependencies only
make lint-all # Runs all linters
make tests # Runs all tests