Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
__init__.pyfrom 0.1.8 to 0.1.9.pyproject.tomlto ignore theact_operator/scaffolddirectory and changed test paths toact_operator/tests.cast_slugto the project generation context incli.py.Files modified: 3
✅ Review Readiness Checklist (Required before review)
Complete all items below before marking your PR ready for review. After completion, delete these instructions and replace with your actual PR message.
PR title format:
{TYPE}({SCOPE}): {DESCRIPTION}feat(cli): add cast scaffolding optionfix(scaffold): resolve snake_case normalization bugdocs(readme): clarify Python 3.12+ requirement{TYPE}values:feat,fix,docs,style,refactor,perf,test,build,ci,chore,revert,release{SCOPE}values (optional): project areacli,scaffold,utils,docs,tests,workflow,cookiecutterPR message: Replace this entire checklist with the template below
Fixes #123)Add tests and docs: If you add a new feature/integration, include
README.mdor scaffold template docs (e.g.,act_operator/act_operator/scaffold/{{ cookiecutter.project_dir }}/README.md)Lint and test: From the root of modified package(s), run and ensure all pass
uv run ruff check . uv run pytest -qWe will not consider a PR unless these two pass in CI. See
CONTRIBUTING.mdfor more.Additional guidelines
pyproject.toml(even optional) unless required for runtime/tests.📝 Summary
📄 Description
🔗 Issue / Dependencies / Mentions
✅ Local Checks
uv run ruff check .passeduv run pytest -qpassed💡 Notes (Optional)
🔗 Related Issue(s)