Skip to content

Commit 0867cb8

Browse files
wpk-nist-govgithub-actions[bot]
authored andcommitted
chore(template): accept new copier update
1 parent c03089c commit 0867cb8

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

.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; NEVER EDIT MANUALLY
2-
_commit: v0.8.0-14-g1c9f8c8
2+
_commit: v0.8.0-28-gec8e125
33
_src_path: https://github.com/usnistgov/cookiecutter-nist-python.git
44
command_line_interface: typer
55
conda_channel: conda-forge

.github/workflows/update-copier.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,14 @@ jobs:
129129
echo "Pull Request SHA - $SHA"
130130
echo "Pull Request BRANCH - $BRANCH"
131131
echo "Pull Request VERIFIED - $VERIFIED"
132+
133+
# - name: automerge
134+
# if:
135+
# ${{ steps.cpr.outputs.pull-request-number &&
136+
# steps.check.outputs.conflict_message == '' }}
137+
# env:
138+
# NUMBER: ${{ steps.cpr.outputs.pull-request-number }}
139+
# # Need PAT if want to start other actions. Use GITHUB_TOKEN if not.
140+
# GH_TOKEN: ${{ secrets.PAT }}
141+
# run: |
142+
# gh pr merge -m --auto "$NUMBER"

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ repos:
109109

110110
# * Linting
111111
- repo: https://github.com/astral-sh/ruff-pre-commit
112-
rev: v0.15.6
112+
rev: v0.15.7
113113
hooks:
114114
- id: ruff-check
115115
alias: ruff
@@ -129,7 +129,7 @@ repos:
129129
- "--command"
130130
- "ruff format"
131131
additional_dependencies:
132-
- ruff==0.15.6
132+
- ruff==0.15.7
133133

134134
# * Spelling
135135
# ** typos
@@ -151,7 +151,7 @@ repos:
151151
- "--custom-command=prek run pyproject2conda-project --all-files"
152152
# ** uv
153153
- repo: https://github.com/astral-sh/uv-pre-commit
154-
rev: 0.10.11
154+
rev: 0.10.12
155155
hooks:
156156
- id: uv-lock
157157
alias: requirements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ major-labels = [ "breaking" ]
377377
minor_labels = [ "enhancement" ]
378378
patch-labels = [ "bug", "documentation" ]
379379
# options
380-
ignore-labels = [ "internal", "testing" ]
380+
ignore-labels = [ "internal" ]
381381
require-labels = [ "breaking", "bug", "documentation", "enhancement" ]
382382
version_files = [
383383
"pyproject.toml",

0 commit comments

Comments
 (0)