This project uses prek to manage pre-commit hooks for code quality and formatting. To set up the pre-commit hooks, run the following command:
uv tool install prekThen, install the pre-commit hooks with:
prek installRun the pre-commit checks manually with:
prek run
# Optionally for all files:
prek run --all-files