summaryrefslogtreecommitdiff
path: root/.deepsource.toml
blob: 1dbc38786c980f17a1603b1885b07b43d951e7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version = 1

test_patterns = [
  'git/test/**/test_*.py'
]

exclude_patterns = [
  'doc/**',
  'etc/sublime-text'
]

[[analyzers]]
name = 'python'
enabled = true
runtime_version = '2.x.x'