Skip to content

Commit

Permalink
Add .deepsource.toml
Browse files Browse the repository at this point in the history
Signed-off-by: shubhendra <[email protected]>
  • Loading branch information
withshubh committed Mar 14, 2021
1 parent 15a9f3e commit b034a73
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version = 1

test_patterns = ["app/tests/test_*.py"]

exclude_patterns = [
"bin/**",
"docs/**",
"fonts/**",
"templates/**"
]

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

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

0 comments on commit b034a73

Please sign in to comment.