Skip to content

Commit

Permalink
ci: update .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-io[bot] authored Jun 7, 2024
1 parent 60db97e commit 4e09a07
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 4e09a07

Please sign in to comment.