Browse Source

Add .deepsource.toml

Signed-off-by: shubhendra <withshubh@gmail.com>
shubhendra 3 years ago
parent
commit
20b3cc6e63
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .deepsource.toml

+ 12 - 0
.deepsource.toml

@@ -0,0 +1,12 @@
+version = 1
+
+test_patterns = ["**/tests/test_*.py"]
+
+exclude_patterns = ["docs/**"]
+
+[[analyzers]]
+name = "python"
+enabled = true
+
+  [analyzers.meta]
+  runtime_version = "3.x.x"