chore: Add Deepsource

This commit is contained in:
Faris Ansari 2019-10-26 18:28:11 +05:30 committed by GitHub
parent 86e585c1f4
commit efbda0e730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.deepsource.toml Normal file
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"