You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull in upstream template changes
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated versions for several dependencies and tools, including UV,
PNPM, Copier, pytest, and related extensions.
* Corrected package and module names for Copier template extensions
across configuration and setup files.
* Improved logic for dependency setup scripts to better handle
conflicting flags.
* Added new version keys for additional tools in configuration.
* Updated setup instructions in documentation for generating lock files.
* Adjusted linting configuration to ignore a specific rule.
* Refined formatting in workflow and configuration files.
* Updated dependabot configuration to reduce noise from patch update
notifications.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ To create a new repository using this template:
10
10
1. Inside that devcontainer, run `python .devcontainer/install-ci-tooling.py` to install necessary tooling to instantiate the template (you can copy/paste the script from this
11
11
1. Delete all files currently in the repository. Optional...but makes it easiest to avoid git conflicts.
12
12
1. Run copier to instantiate the template: `copier copy --trust gh:LabAutomationAndScreening/copier-python-package-template.git .`
13
-
1. Run `uv lock` to generate the lock file
13
+
1. Run `python .devcontainer/manual-setup-deps.py --optionally-check-lock` to generate the lock file(s)
14
+
1. Stage all files to prepare for commit (`git add .`)
14
15
1. Run `python3 .github/workflows/hash_git_files.py . --for-devcontainer-config-update` to update the hash for your devcontainer file
0 commit comments