Skip to content

Commit

Permalink
Merge pull request #71 from jerry-git/cruft-update
Browse files Browse the repository at this point in the history
Cruft update and update deps
  • Loading branch information
jerry-git committed Apr 12, 2023
2 parents fbf1b1c + 8343cd1 commit 5e68844
Show file tree
Hide file tree
Showing 6 changed files with 711 additions and 682 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/woltapp/wolt-python-package-cookiecutter",
"commit": "55a5dfae5bb4fe6488d4ce3718056e393ff0f61b",
"commit": "4eecc9c4d27e3c9321438bc1fdaf717bec5eadf6",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/python-poetry-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ outputs: {}
runs:
using: 'composite'
steps:
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{inputs.python-version}}
- name: Install poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cookiecutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: pytest-split
site_name: "pytest-split"
repo_url: https://github.com/jerry-git/pytest-split

theme:
Expand Down Expand Up @@ -31,5 +31,6 @@ plugins:
rendering:
show_signature_annotations: true
show_source: true
show_submodules: true
watch:
- src/pytest_split
Loading

0 comments on commit 5e68844

Please sign in to comment.