chore: Add Deepsource
This commit is contained in:
parent
86e585c1f4
commit
efbda0e730
1 changed files with 17 additions and 0 deletions
17
.deepsource.toml
Normal file
17
.deepsource.toml
Normal 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…
Add table
Reference in a new issue