From 4e09a07ee0c15e5c51fafc3a91a85fe97cf652db Mon Sep 17 00:00:00 2001 From: "deepsource-io[bot]" <42547082+deepsource-io[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 20:15:24 +0000 Subject: [PATCH] ci: update .deepsource.toml --- .deepsource.toml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.deepsource.toml b/.deepsource.toml index 09a50a9..47bf61f 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,21 +1,24 @@ version = 1 exclude_patterns = [ -"sample_config.yml", -"src/utils/update.py", + "sample_config.yml", + "src/utils/update.py" ] +[[analyzers]] +name = "docker" + + [analyzers.meta] + dockerfile_paths = ["Dockerfile"] + [[analyzers]] name = "python" -[analyzers.meta] -runtime_version = "3.x.x" + [analyzers.meta] + runtime_version = "3.x.x" [[analyzers]] name = "secrets" [[analyzers]] -name = "shell" - -# [[transformers]] -# name = "ruff" +name = "shell" \ No newline at end of file