Skip to content

Commit 67ed587

Browse files
committed
copier
1 parent 3ea1aa8 commit 67ed587

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.12
2+
_commit: v0.0.12-2-g4e9a892
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: A web app that is hosted within a local intranet. Nuxt frontend, python
55
backend, docker-compose

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ repos:
6262
.devcontainer/devcontainer-lock.json|
6363
.copier-answers.yml|
6464
.*\.xml|
65+
.*\.graphql|
6566
)$
6667
- id: pretty-format-json
6768
exclude: |

extensions/context.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
3030
context["pydantic_version"] = "2.10.6"
3131
context["pyinstaller_version"] = "6.12.0"
3232
context["setuptools_version"] = "76.0.0"
33+
context["strawberry_graphql_version"] = "0.262.5"
34+
context["fastapi_version"] = "0.115.11"
35+
context["uvicorn_version"] = "0.34.0"
3336

3437
context["gha_checkout"] = "v4.2.2"
3538
context["gha_setup_python"] = "v5.4.0"

template/.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ repos:
6161
.devcontainer/devcontainer-lock.json|
6262
.copier-answers.yml|
6363
.*\.xml|
64+
.*\.graphql|
6465
)$
6566
- id: pretty-format-json
6667
exclude: |

0 commit comments

Comments
 (0)