Skip to content

Commit 07318be

Browse files
authored
Merge pull request #58 from jerry-git/chore/auto-update-project-from-template
[Actions] Auto-Update cookiecutter template
2 parents 582b59c + a8c6748 commit 07318be

File tree

4 files changed

+65
-49
lines changed

4 files changed

+65
-49
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": "9730387755c982e1ef9c968d7d0fae46f8fafc9d",
3+
"commit": "6669a067eeaaed3bee84312428a3e94cd13295f2",
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
@@ -5,7 +5,7 @@ inputs:
55
python-version:
66
required: false
77
description: 'Python version'
8-
default: '3.9'
8+
default: '3.10'
99
outputs: {}
1010
runs:
1111
using: 'composite'

poetry.lock

Lines changed: 62 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pep8-naming = "*"
5656
pre-commit = "*"
5757
pymdown-extensions = "*"
5858
pytest = "*"
59+
pytest-github-actions-annotate-failures = "*"
5960
pytest-cov = "*"
6061
python-kacl = "*"
6162
pyupgrade = "*"

0 commit comments

Comments
 (0)