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
* **New Features**
* Added optional Claude CLI integration support.
* Added control over Python version management during setup.
* **Chores**
* Updated development dependencies and tools to latest versions.
* Refreshed pre-commit hook configurations and exclusion patterns.
* Updated documentation branding references.
* Minor text corrections throughout configuration files.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ By participating in this project, you agree to abide by our [Code of Conduct](./
27
27
1.**Fork the repository** on GitHub.
28
28
29
29
2.**Set up the Dev Container (Recommended Method)**
30
-
- Create a Github Codespace (`Code`->`Codespaces` in the Github web console of your cloned repository) OR click on the "Open in Devcontainer" link in the [Readme](./README.md)
30
+
- Create a GitHub Codespace (`Code`->`Codespaces` in the GitHub web console of your cloned repository) OR click on the "Open in Devcontainer" link in the [Readme](./README.md)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ 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 repo...and you can paste it in the root of the repo if you want)
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 `python .devcontainer/manual-setup-deps.py --only-create-lock` to generate the lock file(s)
13
+
1. Run `python .devcontainer/manual-setup-deps.py --only-create-lock --allow-uv-to-install-python` to generate the lock file(s)
14
14
1. Stage all files to prepare for commit (`git add .`)
15
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