Done service.
/ docker_build (push) Successful in 6m37s
Testing zangramru / lint (ruff-format) (push) Failing after 4s
/ helm_deploy (push) Failing after 25s
Testing zangramru / lint (mypy) (push) Failing after 4s
Testing zangramru / lint (ruff) (push) Failing after 4s
Testing zangramru / pytest (push) Failing after 4s

Signed-off-by: Pavel Kirilin <s3riussan@gmail.com>
This commit is contained in:
2026-07-01 02:34:47 +02:00
parent b8c7eaddbf
commit debbe6821a
23 changed files with 18871 additions and 97 deletions
+3 -1
View File
@@ -52,6 +52,9 @@ allow_untyped_decorators = true
warn_unused_ignores = false
warn_return_any = false
namespace_packages = true
exclude = [
"zangramru/db/migrations/.*",
]
[tool.pytest.ini_options]
addopts = "-p no:unraisableexception"
@@ -150,7 +153,6 @@ enable_taskiq = "None"
enable_routers = "True"
enable_kafka = "None"
enable_nats = "None"
enable_loguru = "None"
traefik_labels = "None"
add_dummy = "None"
orm = "piccolo"