Skip to content

Commit 243b495

Browse files
committed
👷 Add deepsource
1 parent fc6a90d commit 243b495

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.deepsource.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version = 1
2+
exclude_patterns = []
3+
# https://github.com/deepsourcelabs/cli/issues/198
4+
test_patterns = ["tests/*_test.py", "tests/test_*.py"]
5+
6+
[[analyzers]]
7+
name = "python"
8+
enabled = true
9+
10+
[[transformers]]
11+
name = "black"
12+
enabled = true

0 commit comments

Comments
 (0)