Create .deepsource.toml

This commit is contained in:
Vinayak Mehta
2019-12-24 13:03:45 +05:30
committed by GitHub
parent 1b30f8ecf9
commit 47bb839d7a
+12
View File
@@ -0,0 +1,12 @@
version = 1
exclude_patterns = [
"camelot/ext/**"
]
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"