Skip to content

Commit 20ca468

Browse files
authored
chore: update project structure to 939ec0f2
1 parent 99d7512 commit 20ca468

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
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": "939ec0f2b97c172178eb5c77fb61a7df937696aa",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml.rej

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 = "*"

0 commit comments

Comments
 (0)