Browse Source

chore: Add Deepsource

version-14
Faris Ansari 5 years ago
committed by GitHub
parent
commit
efbda0e730
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      .deepsource.toml

+ 17
- 0
.deepsource.toml View File

@@ -0,0 +1,17 @@
version = 1

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

exclude_patterns = [
"frappe/patches/**",
"*.min.js"
]

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

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

Loading…
Cancel
Save