Skip to content

Commit 8343cd1

Browse files
committed
Cruft update and update deps
1 parent 936c085 commit 8343cd1

File tree

6 files changed

+711
-682
lines changed

6 files changed

+711
-682
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/woltapp/wolt-python-package-cookiecutter",
3-
"commit": "55a5dfae5bb4fe6488d4ce3718056e393ff0f61b",
3+
"commit": "4eecc9c4d27e3c9321438bc1fdaf717bec5eadf6",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/actions/python-poetry-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ outputs: {}
1010
runs:
1111
using: 'composite'
1212
steps:
13-
- uses: actions/setup-python@v2
13+
- uses: actions/setup-python@v4
1414
with:
1515
python-version: ${{inputs.python-version}}
1616
- name: Install poetry

.github/workflows/cookiecutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up Python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.9
1616

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: pytest-split
1+
site_name: "pytest-split"
22
repo_url: https://github.com/jerry-git/pytest-split
33

44
theme:
@@ -31,5 +31,6 @@ plugins:
3131
rendering:
3232
show_signature_annotations: true
3333
show_source: true
34+
show_submodules: true
3435
watch:
3536
- src/pytest_split

0 commit comments

Comments
 (0)