Skip to content

Commit

Permalink
Add .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsourcebot committed Jul 6, 2020
1 parent 810bb2b commit f022db2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .deepsource.toml
@@ -0,0 +1,17 @@
version = 1

exclude_patterns = [
"data/**",
"templates/**"
]

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

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

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

0 comments on commit f022db2

Please sign in to comment.