Add .deepsource.toml
Signed-off-by: shubhendra <withshubh@gmail.com>
This commit is contained in:
parent
e315a6a0da
commit
4f5a1e94a7
16
.deepsource.toml
Normal file
16
.deepsource.toml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
version = 1
|
||||||
|
|
||||||
|
test_patterns = ["tests/**/test_*.py"]
|
||||||
|
|
||||||
|
exclude_patterns = [
|
||||||
|
"docs/**",
|
||||||
|
"user_data/**",
|
||||||
|
"build/helpers/**"
|
||||||
|
]
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "python"
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[analyzers.meta]
|
||||||
|
runtime_version = "3.x.x"
|
Loading…
Reference in New Issue
Block a user