hbmartin commited on
Commit
622dbc6
·
1 Parent(s): 4e0334b

add deepsource analysis

Browse files
Files changed (1) hide show
  1. .deepsource.toml +16 -0
.deepsource.toml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = 1
2
+
3
+ test_patterns = [
4
+ "*/test/**"
5
+ ]
6
+
7
+ exclude_patterns = [
8
+ "setup.py"
9
+ ]
10
+
11
+ [[analyzers]]
12
+ name = "python"
13
+ enabled = true
14
+
15
+ [analyzers.meta]
16
+ runtime_version = "3.x.x"