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 d37de7f commit 03c789cCopy full SHA for 03c789c
services/autoscaling/tests/unit/test_modules_instrumentation_core.py
@@ -1,3 +1,11 @@
1
+# pylint: disable=no-value-for-parameter
2
+# pylint: disable=redefined-outer-name
3
+# pylint: disable=too-many-arguments
4
+# pylint: disable=too-many-positional-arguments
5
+# pylint: disable=too-many-statements
6
+# pylint: disable=unused-argument
7
+# pylint: disable=unused-variable
8
+
9
import pytest
10
from fastapi import FastAPI
11
from pytest_simcore.helpers.typing_env import EnvVarsDict
0 commit comments