Skip to content

Commit 86543ee

Browse files
committed
Added more info to pyproject
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent 6f88ddc commit 86543ee

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pyproject.toml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,6 @@ multi_line_output = 3
5656
[tool.pytest.ini_options]
5757
log_level = 'INFO'
5858

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-
7159
[build-system]
7260
requires = ["poetry-core>=1.0.0"]
7361
build-backend = "poetry.core.masonry.api"
@@ -135,6 +123,3 @@ ignore-decorators = ["typing.overload"]
135123

136124
[tool.ruff.lint.pylint]
137125
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

Comments
 (0)