Feat
- update github action and project template
- update project template and cli
- update template and cli tools
- update template and update cli tools
Fix
- fix github action
- use uvx prefix for all third-party commands in nox sessions
- explicitly install pytest packages in nox sessions
- use cookiecutter max_python_version in GitHub Actions workflows
- add code checkout and Python setup steps to lint workflow
- update template files to explicitly install ruff and update dev dependencies
- explicitly install ruff in nox sessions and update dev dependencies
- standardize token usage in GitHub Actions workflows
- use token from setup workflow in bump_version workflow
- optimize GitHub Actions workflow to avoid pip cache warning in root project
- optimize GitHub Actions workflow to avoid pip cache warning
Refactor
- replace uvx with uv run in noxfile.py
- remove explicit pytest package installation as uvx handles it