# Run lint-staged to format Python files with Black
pnpm lint-staged

# Run tests to ensure everything works
pnpm test
