Add .deepsource.toml

Signed-off-by: shubhendra <withshubh@gmail.com>
This commit is contained in:
shubhendra 2021-03-21 17:14:30 +05:30
parent e315a6a0da
commit 4f5a1e94a7
No known key found for this signature in database
GPG Key ID: 9AFEF5C98D542137

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