File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/woltapp/wolt-python-package-cookiecutter" ,
3- "commit" : " 55a5dfae5bb4fe6488d4ce3718056e393ff0f61b " ,
3+ "commit" : " 939ec0f2b97c172178eb5c77fb61a7df937696aa " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change 1+ diff a/pyproject.toml b/pyproject.toml (rejected hunks)
2+ @@ -43,7 +43,7 @@ flake8-debugger = "*"
3+ flake8-eradicate = "*"
4+ flake8-logging-format = "*"
5+ isort = "*"
6+ -mkdocstrings = "*"
7+ +mkdocstrings = {version = ">=0.18", extras = ["python"]}
8+ mkdocs-material = "*"
9+ mypy = "*"
10+ pep8-naming = "*"
You can’t perform that action at this time.
0 commit comments