diff --git a/analyzer/pyproject.toml b/analyzer/pyproject.toml index 6029f1899..7de38496a 100644 --- a/analyzer/pyproject.toml +++ b/analyzer/pyproject.toml @@ -6,6 +6,9 @@ disable = [ "missing-module-docstring", ] +[tool.pylint.format] +disable = "logging-fstring-interpolation" + [tool.pytest.ini_options] log_cli = true log_cli_level = "DEBUG" diff --git a/api-client/pyproject.toml b/api-client/pyproject.toml index 6029f1899..7de38496a 100644 --- a/api-client/pyproject.toml +++ b/api-client/pyproject.toml @@ -6,6 +6,9 @@ disable = [ "missing-module-docstring", ] +[tool.pylint.format] +disable = "logging-fstring-interpolation" + [tool.pytest.ini_options] log_cli = true log_cli_level = "DEBUG" diff --git a/playout/pyproject.toml b/playout/pyproject.toml index 6029f1899..7de38496a 100644 --- a/playout/pyproject.toml +++ b/playout/pyproject.toml @@ -6,6 +6,9 @@ disable = [ "missing-module-docstring", ] +[tool.pylint.format] +disable = "logging-fstring-interpolation" + [tool.pytest.ini_options] log_cli = true log_cli_level = "DEBUG" diff --git a/shared/pyproject.toml b/shared/pyproject.toml index 8d28fdd91..cd638a160 100644 --- a/shared/pyproject.toml +++ b/shared/pyproject.toml @@ -6,6 +6,9 @@ disable = [ "missing-module-docstring", ] +[tool.pylint.format] +disable = "logging-fstring-interpolation" + [tool.mypy] allow_redefinition = true disallow_incomplete_defs= true diff --git a/worker/pyproject.toml b/worker/pyproject.toml index 6029f1899..7de38496a 100644 --- a/worker/pyproject.toml +++ b/worker/pyproject.toml @@ -6,6 +6,9 @@ disable = [ "missing-module-docstring", ] +[tool.pylint.format] +disable = "logging-fstring-interpolation" + [tool.pytest.ini_options] log_cli = true log_cli_level = "DEBUG"