Update copier template to 5.0.2 - #22
Merged
hyperrealist merged 4 commits intoApr 15, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #22 +/- ##
==========================================
+ Coverage 39.11% 39.70% +0.58%
==========================================
Files 18 18
Lines 997 1000 +3
==========================================
+ Hits 390 397 +7
+ Misses 607 603 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates the repository to align with python-copier-template version 5.0.2, modernizing tooling (uv/tox), CI workflows, and developer/container setup.
Changes:
- Migrate CI/dev tooling toward uv + tox (new tox config in
pyproject.toml, updated GitHub workflows, updated pre-commit hooks). - Refresh project automation/config (add
renovate.json, add.gitleaks.toml, remove Dependabot + custom install action). - Update container/devcontainer setup and minor code/style adjustments (entrypoint guard, handler renames, docs link update).
Reviewed changes
Copilot reviewed 26 out of 27 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
tests/conftest.py |
Removes pytest debugging hook configuration. |
src/fastcs_pandablocks/panda/blocks/data.py |
Renames handlers for naming consistency; updates dispatch call sites. |
src/fastcs_pandablocks/__main__.py |
Adds if __name__ == "__main__": guard. |
renovate.json |
Adds Renovate configuration and rules. |
pyproject.toml |
Adopts dependency groups + tox 4 TOML config; expands supported Python classifiers. |
docs/conf.py |
Updates intersphinx mapping URL for fastcs. |
Dockerfile |
Switches to devcontainer base image and uses uv sync for environment creation. |
.python-version |
Adds pinned Python version file. |
.pre-commit-config.yaml |
Updates hook versions; enables ruff auto-fix; adds uv sync and gitleaks hooks. |
.gitleaks.toml |
Adds gitleaks configuration/allowlist. |
.github/workflows/periodic.yml |
Updates linkcheck tox invocation. |
.github/workflows/ci.yml |
Restructures CI jobs, adds Python 3.13, and updates job dependencies/permissions. |
.github/workflows/_tox.yml |
Switches tox execution to uv run and updates checkout action version. |
.github/workflows/_test.yml |
Switches to uv run for tests; updates checkout/codecov actions; removes token wiring. |
.github/workflows/_release.yml |
Updates artifact download action and release action pin. |
.github/workflows/_pypi.yml |
Updates artifact download action version. |
.github/workflows/_docs.yml |
Switches docs build to uv run tox; updates checkout action version. |
.github/workflows/_dist.yml |
Uses uvx for build/twine; adjusts wheel install step. |
.github/workflows/_container.yml |
Adds publish input and gates registry push on successful tests. |
.github/workflows/_check.yml |
Removes branch/PR detection workflow. |
.github/dependabot.yml |
Removes Dependabot configuration (replaced by Renovate). |
.github/actions/install_requirements/action.yml |
Removes custom composite action (replaced by uv-based setup). |
.github/ISSUE_TEMPLATE/bug_report.md |
Minor wording/spelling update. |
.github/CONTRIBUTING.md |
Updates template documentation link to 5.0.2. |
.devcontainer/devcontainer.json |
Updates environment/caching strategy for uv + pre-commit; new mounts and post-create commands. |
.copier-answers.yml |
Bumps copier template version and enables new template options. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
shihab-dls
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #21