Uh oh!
There was an error while loading. Please reload this page.
chore: add .python-version to templates missing it - #158
Conversation
FixesCreate-Python-App#152 - Add .editorconfig to all templates for consistent editor settings across projects. All templates now have consistent indentation (space, 4), line endings (lf), charset (utf-8), and trailing whitespace trimming.
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
📝 WalkthroughWalkthroughThe pull request adds ChangesTemplate defaults
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
Adds .python-version file (containing
3.12) to the 5 templates that were missing it:This aligns with the
requires-python = ">=3.12"in each template's pyproject.toml and enablespyenv local/uv python pinauto-resolution for scaffolded projects.Closes#153
Summary by CodeRabbit