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