Spaces:
Runtime error
Runtime error
Andrey
commited on
Commit
•
9782d17
1
Parent(s):
81b3b1b
Add deepsource config.
Browse files- .deepsource.toml +12 -0
.deepsource.toml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
version = 1
|
2 |
+
|
3 |
+
test_patterns = ["*/tests/*"]
|
4 |
+
|
5 |
+
[[analyzers]]
|
6 |
+
name = "python"
|
7 |
+
enabled = true
|
8 |
+
|
9 |
+
[analyzers.meta]
|
10 |
+
runtime_version = "3.x.x"
|
11 |
+
|
12 |
+
max_line_length = 120
|