Skip to content

Commit

Permalink
Merge pull request #15 from digimach/KomailKanjee-deepsource-1
Browse files Browse the repository at this point in the history
Updating .deepsource.toml
  • Loading branch information
komailo committed Jan 22, 2021
2 parents b45e945 + 7b06a6b commit 0c7dc77
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
version = 1

test_patterns = ["tests/"]
test_patterns = [
"tests/**",
"{{cookiecutter.project_slug}}/tests/**"
]

[[analyzers]]
name = "python"
enabled = true

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

[[transformers]]
name = "black"
enabled = true

0 comments on commit 0c7dc77

Please sign in to comment.