ci: Add .deepsource.toml
This commit is contained in:
parent
0ce7446c37
commit
cdbd7dd369
|
@ -0,0 +1,13 @@
|
||||||
|
version = 1
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "python"
|
||||||
|
|
||||||
|
[analyzers.meta]
|
||||||
|
runtime_version = "3.x.x"
|
||||||
|
|
||||||
|
[[transformers]]
|
||||||
|
name = "black"
|
||||||
|
|
||||||
|
[[transformers]]
|
||||||
|
name = "isort"
|
Loading…
Reference in New Issue