Create .deepsource.toml

This commit is contained in:
Shubhendra Singh Chauhan 2021-02-25 20:42:43 +05:30 committed by GitHub
parent 9ac8911b78
commit 047fb0dffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.deepsource.toml Normal file
View File

@ -0,0 +1,12 @@
version = 1
test_patterns = ["tests/**/test_*.py"]
exclude_patterns = ["docs/**"]
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"