We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f71fc commit 98cbcdaCopy full SHA for 98cbcda
packages/dask-task-models-library/tests/container_tasks/test_utils.py
@@ -1,3 +1,9 @@
1
+# pylint: disable=too-many-positional-arguments
2
+# pylint:disable=redefined-outer-name
3
+# pylint:disable=too-many-arguments
4
+# pylint:disable=unused-argument
5
+# pylint:disable=unused-variable
6
+
7
import pytest
8
from dask_task_models_library.container_tasks.utils import (
9
generate_dask_job_id,
0 commit comments