ci: Add .deepsource.toml

This commit is contained in:
deepsource-io[bot] 2023-08-06 18:46:02 +00:00 committed by GitHub
parent 0ce7446c37
commit cdbd7dd369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.deepsource.toml Normal file
View File

@ -0,0 +1,13 @@
version = 1
[[analyzers]]
name = "python"
[analyzers.meta]
runtime_version = "3.x.x"
[[transformers]]
name = "black"
[[transformers]]
name = "isort"