We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f88ddc commit 86543eeCopy full SHA for 86543ee
1 file changed
pyproject.toml
@@ -56,18 +56,6 @@ multi_line_output = 3
56
[tool.pytest.ini_options]
57
log_level = 'INFO'
58
59
-[tool.coverage.run]
60
-omit = [
61
- "taskiq/__main__.py",
62
- "taskiq/abc/cmd.py",
63
- "taskiq/cli/scheduler/args.py",
64
- "taskiq/cli/scheduler/cmd.py",
65
- "taskiq/cli/utils.py",
66
- "taskiq/cli/worker/args.py",
67
- "taskiq/cli/worker/async_task_runner.py",
68
- "taskiq/cli/worker/cmd.py",
69
-]
70
-
71
[build-system]
72
requires = ["poetry-core>=1.0.0"]
73
build-backend = "poetry.core.masonry.api"
@@ -135,6 +123,3 @@ ignore-decorators = ["typing.overload"]
135
123
136
124
[tool.ruff.lint.pylint]
137
125
allow-magic-value-types = ["int", "str", "float"]
138
139
-[tool.ruff.lint.flake8-bugbear]
140
-extend-immutable-calls = ["taskiq_dependencies.Depends", "taskiq.TaskiqDepends"]
0 commit comments