Skip to content

Commit fa73399

Browse files
committed
biome
1 parent e8215d7 commit fa73399

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.56-3-g742a171
2+
_commit: v0.0.56-5-g110abdd
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

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@
6161
"initializeCommand": "sh .devcontainer/initialize-command.sh",
6262
"onCreateCommand": "sh .devcontainer/on-create-command.sh",
6363
"postStartCommand": "sh .devcontainer/post-start-command.sh"
64-
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): d6cdbe9d # spellchecker:disable-line
64+
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): 73b9c7f8 # spellchecker:disable-line
6565
}

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242

4343
# Reformatting (should generally come before any file format or other checks, because reformatting can change things)
4444
- repo: https://github.com/crate-ci/typos
45-
rev: 3d97dc5b9833a60a62e70d5b56af2cc7ddd522f6 # frozen: v1
45+
rev: 392b78fe18a52790c53f42456e46124f77346842 # frozen: v1.34.0
4646
hooks:
4747
- id: typos
4848
exclude:
@@ -96,6 +96,7 @@ repos:
9696
(?x)^(
9797
.*generated/graphql.ts|
9898
.*/schema.graphql|
99+
pyrightconfig\.json|
99100
)$
100101
101102
- repo: https://github.com/pre-commit/mirrors-prettier # TODO: switch to a different approach...this was archived in 2024

0 commit comments

Comments
 (0)