Spaces:
Sleeping
Sleeping
DeepSource Bot
commited on
Commit
•
2b07f83
1
Parent(s):
f09bbbc
Add .deepsource.toml
Browse files- .deepsource.toml +16 -0
.deepsource.toml
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
version = 1
|
2 |
+
|
3 |
+
test_patterns = ["test/*.py"]
|
4 |
+
|
5 |
+
exclude_patterns = ["Project.toml"]
|
6 |
+
|
7 |
+
[[analyzers]]
|
8 |
+
name = "python"
|
9 |
+
enabled = true
|
10 |
+
|
11 |
+
[analyzers.meta]
|
12 |
+
runtime_version = "3.x.x"
|
13 |
+
|
14 |
+
[[transformers]]
|
15 |
+
name = "black"
|
16 |
+
enabled = true
|