From e62565dbe72d980aed036b05f50da7e2152a11ee Mon Sep 17 00:00:00 2001 From: "deepsource-io[bot]" <42547082+deepsource-io[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:32:13 +0000 Subject: [PATCH] ci: update .deepsource.toml --- .deepsource.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.deepsource.toml b/.deepsource.toml index 6bcbde9..ade952f 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -5,8 +5,9 @@ name = "python" [analyzers.meta] runtime_version = "3.x.x" - max_line_length = 135 - [[analyzers]] -name = "docker" \ No newline at end of file +name = "docker" + +[[transformers]] +name = "black" \ No newline at end of file