We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c942cd commit 10563efCopy full SHA for 10563ef
1 file changed
.deepsource.toml
@@ -8,7 +8,9 @@ test_patterns = [
8
exclude_patterns = [
9
'setup.py',
10
'docs-src/**/*.py',
11
- 'tutorial/**/*.py'
+ 'tutorial/**/*.py',
12
+ 'integration_tests/web/*.py',
13
+ 'integration_tests/rtm/*.py'
14
]
15
16
[[analyzers]]
0 commit comments