We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abbd47 commit 45c5eb6Copy full SHA for 45c5eb6
.deepsource.toml
@@ -1,8 +1,35 @@
1
version = 1
2
3
+test_patterns = ["test/**"]
4
+
5
+exclude_patterns = [
6
+ ".circleci/**",
7
+ ".github/**",
8
+ "datasets/**",
9
+ "hypothesis/**",
10
+ "implementation_tests/**",
11
+ "misc/**"
12
+]
13
14
[[analyzers]]
15
name = "python"
16
enabled = true
17
18
[analyzers.meta]
- runtime_version = "3.x.x"
19
+ runtime_version = "3.x.x"
20
21
+[[transformers]]
22
+name = "yapf"
23
+enabled = true
24
25
26
+name = "autopep8"
27
28
29
30
+name = "black"
31
32
33
34
+name = "isort"
35
0 commit comments