Skip to content

Commit aa2df25

Browse files
committed
chore: manual cruft update
1 parent 88301be commit aa2df25

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "42660fdc96e82eac45fc0931b83a2c73593d4b26",
2+
"_commit": "9d514a22b32f7c7a779e7d222910128215722191",
33
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
44
"add_rust_extension": false,
55
"author": "Kyle Oliver",

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "42660fdc96e82eac45fc0931b83a2c73593d4b26",
3+
"commit": "9d514a22b32f7c7a779e7d222910128215722191",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"development_status": "Development Status :: 1 - Planning",
2020
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
21-
"_commit": "42660fdc96e82eac45fc0931b83a2c73593d4b26"
21+
"_commit": "9d514a22b32f7c7a779e7d222910128215722191"
2222
}
2323
},
2424
"directory": null

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Python
4444
uses: actions/setup-python@v5
4545
with:
46-
python-version-file: ".githubworkflows.python-version"
46+
python-version-file: ".github/workflows/.python-version"
4747

4848
- name: Build documentation
4949
run: uvx nox -s docs-build

.github/workflows/lint-global.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Python
5050
uses: actions/setup-python@v5
5151
with:
52-
python-version-file: ".githubworkflows.python-version"
52+
python-version-file: ".github/workflows/.python-version"
5353

5454
- name: Run global linting checks
5555
run: uvx nox -s lint-global

.github/workflows/lint-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Python
4444
uses: actions/setup-python@v5
4545
with:
46-
python-version-file: ".githubworkflows.python-version"
46+
python-version-file: ".github/workflows/.python-version"
4747

4848
- name: Run formatting checks
4949
run: uvx nox -s format-python

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Python
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version-file: ".githubworkflows.python-version"
35+
python-version-file: ".github/workflows/.python-version"
3636

3737
- name: Upload built package artifacts
3838
uses: actions/upload-artifact@v4
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Python
8787
uses: actions/setup-python@v5
8888
with:
89-
python-version-file: ".githubworkflows.python-version"
89+
python-version-file: ".github/workflows/.python-version"
9090

9191
- name: Set up uv
9292
uses: astral-sh/setup-uv@v6

.github/workflows/security-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Python
4444
uses: actions/setup-python@v5
4545
with:
46-
python-version-file: ".githubworkflows.python-version"
46+
python-version-file: ".github/workflows/.python-version"
4747

4848
- name: Run Python code security analysis
4949
run: uvx nox -s security-python

0 commit comments

Comments
 (0)