Skip to content

Commit 12b34b5

Browse files
committed
Exclude doc-source/conf.py from deepsource checks.
1 parent 903530b commit 12b34b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.deepsource.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version = 1
22

33
test_patterns = ["tests/**/test_*.py"]
4+
exclude_patterns = [
5+
"doc-source/conf.py",
6+
]
47

58
[[analyzers]]
69
name = "python"

0 commit comments

Comments
 (0)