Skip to content

Commit 1e0d8ef

Browse files
committed
nits
1 parent 1fb7a03 commit 1e0d8ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.72-14-g5f7edca
2+
_commit: v0.0.72-15-g1ea5acb
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

.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): 1414e4c6 # spellchecker:disable-line
64+
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): a57008fa # spellchecker:disable-line
6565
}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ repos:
211211
hooks:
212212
- id: detect-private-key
213213

214-
# - repo: https://github.com/woodruffw/zizmor-pre-commit
214+
# - repo: https://github.com/woodruffw/zizmor-pre-commit # TODO: implement this: https://github.com/LabAutomationAndScreening/copier-base-template/issues/95
215215
# rev: b933184438555436e38621f46ceb0c417cbed400 # frozen: v1.13.0
216216
# hooks:
217217
# - id: zizmor

template/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ repos:
211211
hooks:
212212
- id: detect-private-key
213213

214-
# - repo: https://github.com/woodruffw/zizmor-pre-commit
214+
# - repo: https://github.com/woodruffw/zizmor-pre-commit # TODO: implement this: https://github.com/LabAutomationAndScreening/copier-base-template/issues/95
215215
# rev: b933184438555436e38621f46ceb0c417cbed400 # frozen: v1.13.0
216216
# hooks:
217217
# - id: zizmor

0 commit comments

Comments
 (0)