Skip to content

Commit f277a66

Browse files
committed
Add .deepsource.toml
Signed-off-by: shubhendra <[email protected]>
1 parent b8cf229 commit f277a66

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.deepsource.toml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version = 1
2+
3+
test_patterns = ["tests/test_*.py"]
4+
5+
exclude_patterns = ["examples/**"]
6+
7+
[[analyzers]]
8+
name = "python"
9+
enabled = true
10+
11+
[analyzers.meta]
12+
runtime_version = "3.x.x"

0 commit comments

Comments
 (0)