Integration: DeepSource (#407)

* Refactor unnecessary `else` / `elif` when `if` block has a `return` statement

* Remove unused imports

* Use literal syntax to create data structure

* revert "remove unused import"

* Create .deepsource.toml
This commit is contained in:
Shubhendra Singh Chauhan 2021-02-26 03:27:34 +05:30 committed by GitHub
parent 9788a1888f
commit 4ac798014a
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"