Skip to content

Commit 62d574b

Browse files
authored
chore: cruft update (#76)
1 parent c620804 commit 62d574b

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/superlinear-ai/poetry-cookiecutter",
3-
"commit": "b7f2fb0f123aae0a01d2ab015db31f52d2d8cc21",
3+
"commit": "0b4edb2d3ea619bfc3b2ffd440e2e95ca997f0f2",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -26,4 +26,4 @@
2626
}
2727
},
2828
"directory": null
29-
}
29+
}

.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
"vscode": {
1111
"extensions": [
1212
"charliermarsh.ruff",
13+
"GitHub.copilot",
14+
"GitHub.copilot-chat",
1315
"GitHub.vscode-github-actions",
1416
"GitHub.vscode-pull-request-github",
17+
"ms-azuretools.vscode-docker",
1518
"ms-python.mypy-type-checker",
1619
"ms-python.python",
1720
"ms-toolsai.jupyter",
@@ -38,6 +41,7 @@
3841
100
3942
],
4043
"files.autoSave": "onFocusChange",
44+
"github.copilot.chat.edits.enabled": true,
4145
"jupyter.kernels.excludePythonEnvironments": [
4246
"/usr/local/bin/python"
4347
],

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 21
28+
node-version: 23
2929

3030
- name: Install @devcontainers/cli
31-
run: npm install --location=global @devcontainers/cli@0.58.0
31+
run: npm install --location=global @devcontainers/cli@0.72.0
3232

3333
- name: Start Dev Container
3434
run: |
@@ -42,6 +42,6 @@ jobs:
4242
run: devcontainer exec --workspace-folder . poe test
4343

4444
- name: Upload coverage
45-
uses: codecov/codecov-action@v4
45+
uses: codecov/codecov-action@v5
4646
with:
4747
files: reports/coverage.xml

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://pre-commit.com
22
default_install_hook_types: [commit-msg, pre-commit]
3-
default_stages: [commit, manual]
3+
default_stages: [pre-commit, manual]
44
fail_fast: true
55
repos:
66
- repo: meta

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ WORKDIR /workspaces/raglite/
3030

3131

3232

33-
FROM base as poetry
33+
FROM base AS poetry
3434

3535
USER root
3636

@@ -59,7 +59,7 @@ RUN --mount=type=cache,uid=$UID,gid=$GID,target=/home/user/.cache/pypoetry/ \
5959

6060

6161

62-
FROM poetry as dev
62+
FROM poetry AS dev
6363

6464
# Install development tools: curl, git, gpg, ssh, starship, sudo, vim, and zsh.
6565
USER root

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/superlinear-ai/raglite) [![Open in GitHub Codespaces](https://img.shields.io/static/v1?label=GitHub%20Codespaces&message=Open&color=blue&logo=github)](https://github.com/codespaces/new/superlinear-ai/raglite)
1+
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3IDE2VjdsLTYgNU0yIDlWOGwxLTFoMWw0IDMgOC04aDFsNCAyIDEgMXYxNGwtMSAxLTQgMmgtMWwtOC04LTQgM0gzbC0xLTF2LTFsMy0zIi8+PC9zdmc+)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/superlinear-ai/raglite) [![Open in GitHub Codespaces](https://img.shields.io/static/v1?label=GitHub%20Codespaces&message=Open&color=blue&logo=github)](https://github.com/codespaces/new/superlinear-ai/raglite)
22

33
# 🥤 RAGLite
44

0 commit comments

Comments
 (0)