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 May 11, 2024
1 parent e8d0e7b commit f0f49d1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
version = 1

[[analyzers]]
name = "docker"

[[analyzers]]
name = "shell"

[[analyzers]]
name = "python"

[analyzers.meta]
runtime_version = "3.x.x"
runtime_version = "3.x.x"

[[transformers]]
name = "autopep8"

[[transformers]]
name = "ruff"

[[transformers]]
name = "isort"

0 comments on commit f0f49d1

Please sign in to comment.