Skip to content

chore: add .python-version and .editorconfig to all templates (fixes #152, #153) - #159

Merged
ulises-jeremias merged 4 commits into
Create-Python-App:mainfrom
emberb170d:main
Aug 10, 2026
Merged

chore: add .python-version and .editorconfig to all templates (fixes #152, #153)#159
ulises-jeremias merged 4 commits into
Create-Python-App:mainfrom
emberb170d:main

Conversation

@emberb170d

@emberb170demberb170d commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Fixes#152, #153

Added missing configuration files to all six templates:

**** (fixes#153):

  • Added to templates that were missing it: celery-worker, cli-starter, django-api, fastapi-starter, mlops-sklearn-starter
  • Aligns with in each template's
  • Reference implementation: already had this file

**** (fixes#152):

  • Added consistent editor configuration to all six templates
  • 4-space indentation for Python files
  • 2-space indentation for YAML, JSON, TOML files
  • LF line endings, UTF-8 charset
  • Trailing whitespace trimming and final newline insertion

@coderabbitai

coderabbitaiBot commented Aug 6, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@emberb170d, you've reached your PR review limit, so we couldn't start this review.

Next review available in:26 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 41d8791a-d769-404f-a3ef-1c1cd7f6b123

📥 Commits

Reviewing files that changed from the base of the PR and between 43a8b9e and 4276e06.

📒 Files selected for processing (9)
  • CONTRIBUTING.md
  • README.md
  • docs/AUTHORING.es.md
  • templates/celery-worker/.editorconfig
  • templates/cli-starter/.editorconfig
  • templates/django-api/.editorconfig
  • templates/fastapi-starter/.editorconfig
  • templates/mlops-sklearn-starter/.editorconfig
  • templates/uv-workspace-starter/.editorconfig
📝 Walkthrough

Walkthrough

Five templates now include .python-version files that specify Python 3.12.

Changes

Python version pinning

Layer / File(s)Summary
Template version files
templates/celery-worker/.python-version, templates/cli-starter/.python-version, templates/django-api/.python-version, templates/fastapi-starter/.python-version, templates/mlops-sklearn-starter/.python-version
Each file declares Python 3.12 for its template.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Linked Issues check✅ PassedThe PR adds .python-version files containing 3.12 to all five templates listed in issue #153.
Out of Scope Changes check✅ PassedAll changes support issue #153 and no unrelated changes are present.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title accurately identifies the .python-version changes but incorrectly mentions .editorconfig and all templates.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@emberb170demberb170d changed the title chore: add .python-version files to templates missing them (fixes #153)chore: add .python-version and .editorconfig to all templates (fixes #152, #153)Aug 6, 2026
@ulises-jeremias

ulises-jeremias commented Aug 9, 2026

Copy link
Copy Markdown
Member

Canonical confirmed — this PR combines #152 (.python-version) + #153 (.editorconfig) and remains the single PR for that scope. Duplicates #154/#155/#156/#157/#158 closed to consolidate review. Thanks @emberb170d!

…p#117
- Link docs/AUTHORING.es.md from README.md Documentation table
- Link Spanish doc from CONTRIBUTING.md with canonical English note
- Add CI L0-L3 brief mention to docs/AUTHORING.es.md intro
Addresses acceptance criteria for issue Create-Python-App#117:
- [x] Spanish doc exists and is linked
- [x] English remains canonical
- [x] Mentions CI L0-L3 briefly
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: add .python-version to templates missing it chore: add .editorconfig to all templates

2 participants

@emberb170d@ulises-jeremias