Skip to content

Commit 684dc0c

Browse files
authored
chore: update project structure to d7244522
1 parent 99d7512 commit 684dc0c

File tree

6 files changed

+532
-510
lines changed

6 files changed

+532
-510
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": "d7244522b73693523a377d8afcc272cb2753cb1e",
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

poetry.lock

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

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 = "*"

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ per-file-ignores =
3333
*/__init__.py: F401
3434

3535
# Enables maccabe complexity checks
36+
# see https://github.com/PyCQA/mccabe#plugin-for-flake8
3637
max-complexity = 10
3738

3839
exclude = .git,__pycache__,old,build,dist,.venv,.eggs,.tox

setup.cfg.rej

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff a/setup.cfg b/setup.cfg (rejected hunks)
2+
@@ -14,7 +14,7 @@ ignore =
3+
A003,
4+
# flake8-bugbear
5+
# fastapi recommends to use `Depend()` as an argument default.
6+
- # Unfortuantely, exceptions are hardcoded in bugbear.
7+
+ # Unfortunately, exceptions are hardcoded in bugbear.
8+
# https://github.com/PyCQA/flake8-bugbear/issues/62
9+
B008,
10+

0 commit comments

Comments
 (0)