File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -56,18 +56,6 @@ multi_line_output = 3
5656[tool .pytest .ini_options ]
5757log_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 ]
7260requires = [" poetry-core>=1.0.0" ]
7361build-backend = " poetry.core.masonry.api"
@@ -135,6 +123,3 @@ ignore-decorators = ["typing.overload"]
135123
136124[tool .ruff .lint .pylint ]
137125allow-magic-value-types = [" int" , " str" , " float" ]
138-
139- [tool .ruff .lint .flake8-bugbear ]
140- extend-immutable-calls = [" taskiq_dependencies.Depends" , " taskiq.TaskiqDepends" ]
You can’t perform that action at this time.
0 commit comments